diff options
author | Rob Austein <sra@hactrn.net> | 2009-04-22 13:46:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-04-22 13:46:07 +0000 |
commit | 725bc9130dd16ffffa5277382b23cda6c069ef6c (patch) | |
tree | 5af44e18a41443c108fcd22444fedea9c5fcb2a5 /rpkid.stable/resource-cert-samples/ISP1.cnf | |
parent | 3752b1127d4834b00a93153b96d23a370738c942 (diff) |
Branch stable code from before start of the event-driven rewrite.
svn path=/rpkid.stable; revision=2354
Diffstat (limited to 'rpkid.stable/resource-cert-samples/ISP1.cnf')
-rw-r--r-- | rpkid.stable/resource-cert-samples/ISP1.cnf | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/rpkid.stable/resource-cert-samples/ISP1.cnf b/rpkid.stable/resource-cert-samples/ISP1.cnf new file mode 100644 index 00000000..b43440bf --- /dev/null +++ b/rpkid.stable/resource-cert-samples/ISP1.cnf @@ -0,0 +1,64 @@ +# Automatically generated, do not edit. + +[ ca ] +default_ca = ca_default + +[ ca_default ] +certificate = ISP1.cer +serial = ISP1/serial +private_key = ISP1.key +database = ISP1/index +new_certs_dir = ISP1 +name_opt = ca_default +cert_opt = ca_default +default_days = 365 +default_crl_days = 30 +default_md = sha256 +preserve = no +copy_extensions = copy +policy = ca_policy_anything +unique_subject = no +x509_extensions = ca_x509_ext +crl_extensions = crl_x509_ext + +[ ca_policy_anything ] +countryName = optional +stateOrProvinceName = optional +localityName = optional +organizationName = optional +organizationalUnitName = optional +commonName = supplied +emailAddress = optional +givenName = optional +surname = optional + +[ req ] +default_bits = 2048 +encrypt_key = no +distinguished_name = req_dn +req_extensions = req_x509_ext +prompt = no + +[ req_dn ] +CN = TEST ENTITY ISP1 + +[ req_x509_ext ] +basicConstraints = critical,CA:true +subjectKeyIdentifier = hash +keyUsage = critical,keyCertSign,cRLSign +subjectInfoAccess = 1.3.6.1.5.5.7.48.5;URI:rsync://wombats-r-us.hactrn.net/ISP1/ +authorityInfoAccess = caIssuers;URI:rsync://wombats-r-us.hactrn.net/LIR1.cer +sbgp-autonomousSysNum = critical,AS:64533 +sbgp-ipAddrBlock = critical,IPv4:192.0.2.1-192.0.2.33 + +[ ca_x509_ext ] +basicConstraints = critical,CA:true +authorityKeyIdentifier = keyid:always +keyUsage = critical,keyCertSign,cRLSign +subjectInfoAccess = 1.3.6.1.5.5.7.48.5;URI:rsync://wombats-r-us.hactrn.net/ISP1/ +authorityInfoAccess = caIssuers;URI:rsync://wombats-r-us.hactrn.net/LIR1.cer +sbgp-autonomousSysNum = critical,AS:64533 +sbgp-ipAddrBlock = critical,IPv4:192.0.2.1-192.0.2.33 + +[ crl_x509_ext ] +authorityKeyIdentifier = keyid:always |