/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/ssl/conf/root_ca.config
14 строк
422 B
Daniel Gustafsson
Fix documentation comments for test CA config files
29 фев 2024, 00:57
29 фев 2024, 00:57
6a6b7f5
Код
Авторство
О чём код?
# A root certificate authority. The server and client CA's certificates # are signed by this root CA. This certificate is self-signed. [ req ] distinguished_name = req_distinguished_name prompt = no x509_extensions = v3_ca [ req_distinguished_name ] CN = Test root CA for PostgreSQL SSL regression test suite # Extensions for CA certs [ v3_ca ] basicConstraints = CA:true