1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/selftest/manage-ca/manage-ca.templates.d/manage-CA-example.com.cnf
Stefan Metzmacher b0bdbeeef4 selftest: add some helper scripts to mange a CA
This is partly based on the SmartCard HowTo from:
https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
2016-03-17 17:17:15 +01:00

18 lines
342 B
INI

CRL_HTTP_BASE="http://www.example.com/crls"
CRL_SSH_BASE="www.example.com:/path/to/crls"
DNS_DOMAIN="example.com"
#CA_BITS="8192"
#DC_BITS="8192"
#USER_BITS="8192"
#CA_DAYS="3650"
#CRL_DAYS="30"
#DC_DAYS="730"
#USER_DAYS="730"
COUNTRY_NAME="US"
STATE_NAME="ExampleState"
LOCALITY_NAME="ExampleCity"
ORGANIZATION_NAME="ExampleOrganization"