/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/ssl/conf/server-localhost-alt-names.config
20 строк
448 B
Jacob Champion
oauth: Add TLS support for oauth_validator tests
05 мар 2026, 21:04
05 мар 2026, 21:04
a6483f5
Код
Авторство
О чём код?
# An OpenSSL format CSR config file for creating a server certificate. # # This certificate contains SANs for localhost (DNS, IPv4, and IPv6). [ req ] distinguished_name = req_distinguished_name req_extensions = v3_req prompt = no [ req_distinguished_name ] OU = PostgreSQL test suite # For Subject Alternative Names [ v3_req ] subjectAltName = @alt_names [ alt_names ] DNS.1 = localhost IP.1 = 127.0.0.1 IP.2 = ::1