serial added.
FossilOrigin-Name: 4696a4f451455415c87b311720f3bfc6fc81ca6b8a3308b9bd036477e46add9b
This commit is contained in:
		| @ -39,7 +39,7 @@ default_ca	= CA_default		# The default ca section | |||||||
| #################################################################### | #################################################################### | ||||||
| [ CA_default ] | [ CA_default ] | ||||||
|  |  | ||||||
| dir		= .			# Where everything is kept | dir		= ./root-ca		# Where everything is kept | ||||||
| certs		= $dir/certs		# Where the issued certs are kept | certs		= $dir/certs		# Where the issued certs are kept | ||||||
| crl_dir		= $dir/crl		# Where the issued crl are kept | crl_dir		= $dir/crl		# Where the issued crl are kept | ||||||
| database	= $dir/index.txt	# database index file. | database	= $dir/index.txt	# database index file. | ||||||
| @ -201,7 +201,7 @@ authorityKeyIdentifier=keyid,issuer | |||||||
|  |  | ||||||
| # This stuff is for subjectAltName and issuerAltname. | # This stuff is for subjectAltName and issuerAltname. | ||||||
| # Import the email address. | # Import the email address. | ||||||
| # subjectAltName=email:copy | subjectAltName=email:copy | ||||||
| # An alternative to produce certificates that aren't | # An alternative to produce certificates that aren't | ||||||
| # deprecated according to PKIX. | # deprecated according to PKIX. | ||||||
| # subjectAltName=email:move | # subjectAltName=email:move | ||||||
| @ -235,8 +235,7 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment | |||||||
| # PKIX recommendation. | # PKIX recommendation. | ||||||
|  |  | ||||||
| subjectKeyIdentifier= hash | subjectKeyIdentifier= hash | ||||||
|  | authorityKeyIdentifier=keyid:always,issuer:always | ||||||
| authorityKeyIdentifier=keyid:always,issuer |  | ||||||
|  |  | ||||||
| # This is what PKIX recommends but some broken software chokes on critical | # This is what PKIX recommends but some broken software chokes on critical | ||||||
| # extensions. | # extensions. | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user