/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/ssl/conf/server_ca.config
18 строк
535 B
Daniel Gustafsson
Fix documentation comments for test CA config files
29 фев 2024, 00:57
29 фев 2024, 00:57
6a6b7f5
Код
Авторство
О чём код?
# An OpenSSL format CSR config file for creating the server Intermediate # Certificate Authority. This configuration file is also used when operating # the CA. # # This certificate is used to sign server certificates. It is an Intermediate # CA. [ req ] distinguished_name = req_distinguished_name prompt = no req_extensions = v3_ca [ req_distinguished_name ] CN = Test CA for PostgreSQL SSL regression test server certs # Extensions for CA certs [ v3_ca ] basicConstraints = CA:true