/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/ssl/conf/client_ext.config
16 строк
460 B
Daniel Gustafsson
Add TAP tests for contrib/sslinfo
30 ноя 2021, 13:19
30 ноя 2021, 13:19
ae81776
Код
Авторство
О чём код?
# An OpenSSL format CSR config file for creating a client certificate. # # The certificate is for user "ssltestuser" and intends to test client # certificate with extensions. [ req ] distinguished_name = req_distinguished_name req_extensions = client_ext prompt = no [ req_distinguished_name ] CN = ssltestuser [ client_ext ] basicConstraints = critical,CA:false extendedKeyUsage = clientAuth