Skip to content

Commit

Permalink
Revert "Merge pull request plamoni#75 from ErebusBat/gemify"
Browse files Browse the repository at this point in the history
This reverts commit c403cde, reversing
changes made to 82aaa99.

(the changes to gen_certs.sh were breaking cert generation).
  • Loading branch information
plamoni committed Nov 29, 2011
1 parent 98e0fbd commit 7029d80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion scripts/gen_certs.sh
Expand Up @@ -24,7 +24,6 @@ echo "" > $LOG_FILE
echo "Creating CA directory"
mkdir -p $TMP_CA_DIR/{certs,crl,newcerts,private}
touch $TMP_CA_DIR/index.txt
touch $TMP_CA_DIR/index.txt.attr
echo 01 > $TMP_CA_DIR/crtnumber

echo "Generating '${commonName}' CA request"
Expand Down
2 changes: 1 addition & 1 deletion scripts/openssl.cnf
Expand Up @@ -72,7 +72,7 @@ cert_opt = ca_default # Certificate field options

default_days = 365 # how long to certify for
default_crl_days= 30 # how long before next CRL
default_md = md5 # use public key default MD
default_md = default # use public key default MD
preserve = no # keep passed DN ordering

# A few difference way of specifying how similar the request should look
Expand Down

0 comments on commit 7029d80

Please sign in to comment.