revert certs for default openssl and change only if needed
This commit is contained in:
parent
5732742ec4
commit
c5153bc48b
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#OPENSSL_PATH="/usr/bin" #default install path
|
||||
OPENSSL_PATH="/usr/local/ssl/bin" #workaround for dual openssl install
|
||||
OPENSSL_PATH="/usr/bin" #default install path
|
||||
#OPENSSL_PATH="/usr/local/ssl/bin" #workaround for dual openssl install
|
||||
|
||||
DAYS=$((10*365))
|
||||
LEVELS=1
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#OPENSSL_PATH="/usr/bin" #default install path
|
||||
OPENSSL_PATH="/usr/local/ssl/bin" #workaround for dual openssl install
|
||||
OPENSSL_PATH="/usr/bin" #default install path
|
||||
#OPENSSL_PATH="/usr/local/ssl/bin" #workaround for dual openssl install
|
||||
if test "$#" -ne 1; then
|
||||
echo "Error: Wrong parameters --> You must provide the certificate name."
|
||||
echo "Please use: ./createCerts.sh 18"
|
||||
|
Loading…
Reference in New Issue
Block a user