diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-08 20:59:57 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-08 20:59:57 +0000 |
commit | f84dc62cc602eacb0daee3e9918a68b711ba94f0 (patch) | |
tree | 1acbdabf30b2ece1da880386da6a4b7c002669c3 /keyexchange/isakmpd-20041012/x509v3.cnf | |
parent | * added AuthTag class (diff) |
removed isakmpd
Diffstat (limited to 'keyexchange/isakmpd-20041012/x509v3.cnf')
-rw-r--r-- | keyexchange/isakmpd-20041012/x509v3.cnf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/keyexchange/isakmpd-20041012/x509v3.cnf b/keyexchange/isakmpd-20041012/x509v3.cnf deleted file mode 100644 index 1e98444..0000000 --- a/keyexchange/isakmpd-20041012/x509v3.cnf +++ /dev/null @@ -1,26 +0,0 @@ -# default settings -CERTPATHLEN = 1 -CERTUSAGE = digitalSignature,keyCertSign -CERTIP = 0.0.0.0 -CERTFQDN = nohost.nodomain - -# This section should be referenced when building an x509v3 CA -# Certificate. -# The default path length and the key usage can be overriden -# modified by setting the CERTPATHLEN and CERTUSAGE environment -# variables. -[x509v3_CA] -basicConstraints=critical,CA:true,pathlen:$ENV::CERTPATHLEN -keyUsage=$ENV::CERTUSAGE - -# This section should be referenced to add an IP Address -# as an alternate subject name, needed by isakmpd -# The address must be provided in the CERTIP environment variable -[x509v3_IPAddr] -subjectAltName=IP:$ENV::CERTIP - -# This section should be referenced to add a FQDN hostname -# as an alternate subject name, needed by isakmpd -# The address must be provided in the CERTFQDN environment variable -[x509v3_FQDN] -subjectAltName=DNS:$ENV::CERTFQDN |