Subversion Repositories ALCASAR

Rev

Rev 958 | Rev 1056 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 958 Rev 1033
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: alcasar-CA.sh 958 2012-07-19 09:01:30Z franck $
2
# $Id: alcasar-CA.sh 1033 2013-02-17 23:08:26Z richard $
3
 
3
 
4
# alcasar-CA.sh
4
# alcasar-CA.sh
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
5
# by Franck BOUIJOUX, Pascal LEVANT and Richard REY
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
#
7
#
Line 49... Line 49...
49
x509_extensions	= usr_cert		# The extentions to add to the cert
49
x509_extensions	= usr_cert		# The extentions to add to the cert
50
crl_extensions	= crl_ext
50
crl_extensions	= crl_ext
51
 
51
 
52
default_days	= 365			# how long to certify for
52
default_days	= 365			# how long to certify for
53
default_crl_days= 30			# how long before next CRL
53
default_crl_days= 30			# how long before next CRL
54
default_md	= md5			# which md to use.
54
default_md	= sha1			# which md to use.
55
preserve	= no			# keep passed DN ordering
55
preserve	= no			# keep passed DN ordering
56
 
56
 
57
policy		= policy_anything
57
policy		= policy_anything
58
 
58
 
59
[ policy_anything ]
59
[ policy_anything ]