docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / selftest / manage-ca / manage-CA-samba.example.com.cnf
1 #
2 # All passwords are "1234"
3 #
4
5 CRL_HTTP_BASE="http://www.samba.example.com/crls"
6 CRL_SSH_BASE="none@samba.example.com:/none/crls"
7 DNS_DOMAIN="samba.example.com"
8
9 CA_BITS="8192"
10 DC_BITS="4096"
11 USER_BITS="2048"
12 # 20 years should be enough
13 CA_DAYS="7300"
14 CRL_DAYS="7300"
15 DC_DAYS="7300"
16 USER_DAYS="7300"
17
18 COUNTRY_NAME="US"
19 STATE_NAME="SambaState"
20 LOCALITY_NAME="SambaCity"
21 ORGANIZATION_NAME="SambaSelfTesting"