Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
1139e093
Commit
1139e093
authored
Feb 03, 2005
by
Leigh B. Stoller
Browse files
Okay, lets make our certificates good for 5 years this time around.
Maybe by then someone will figure out the CRL stuff.
parent
4fefc89d
Changes
3
Hide whitespace changes
Inline
Side-by-side
ssl/GNUmakefile.in
View file @
1139e093
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# Copyright (c) 2000-200
5
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -33,7 +33,7 @@ emulab.pem: dirsmade emulab.cnf
# Create the Certificate Authority.
# The certificate (no key!) is installed on both boss and remote nodes.
#
openssl req -new -x509 -days
1
000 -config emulab.cnf \
openssl req -new -x509 -days
2
000 -config emulab.cnf \
-keyout cakey.pem -out cacert.pem
cp cacert.pem emulab.pem
cp cakey.pem emulab.key
...
...
ssl/ca.cnf.in
View file @
1139e093
...
...
@@ -33,8 +33,8 @@ x509_extensions = usr_cert # The extentions to add to the cert
# so this is commented out by default to leave a V1 CRL.
# crl_extensions = crl_ext
default_days =
1
000 # how long to certify for
default_crl_days=
1
000 # how long before next CRL
default_days =
2
000 # how long to certify for
default_crl_days=
2
000 # how long before next CRL
default_md = md5 # which md to use.
preserve = no # keep passed DN ordering
...
...
@@ -65,8 +65,8 @@ crl = $dir/crl.pem # The current CRL
private_key = $dir/cakey.pem # The private key
RANDFILE = $dir/.rand # private random number file
default_days =
1
000 # how long to certify for
default_crl_days=
1
000 # how long before next CRL
default_days =
2
000 # how long to certify for
default_crl_days=
2
000 # how long before next CRL
default_md = md5 # which md to use.
preserve = no # keep passed DN ordering
...
...
ssl/emulab.cnf.in
View file @
1139e093
...
...
@@ -2,7 +2,7 @@
prompt = no
default_bits = 1024
default_keyfile = privkey.pem
default_days =
1
000
default_days =
2
000
distinguished_name = req_distinguished_name
attributes = req_attributes
x509_extensions = v3_ca # The extentions to add to the self signed cert
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment