remove spaces from export statements in scripts relating to certs
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
# ARG is the id of the user
|
# ARG is the id of the user
|
||||||
export SUBJ=/C=US/ST=California/L=Mountain View/O=Anso Labs/OU=Nova Dev/CN=customer-intCA-$3
|
export SUBJ="/C=US/ST=California/L=MountainView/O=AnsoLabs/OU=NovaDev/CN=customer-intCA-$3"
|
||||||
mkdir INTER/$1
|
mkdir INTER/$1
|
||||||
cd INTER/$1
|
cd INTER/$1
|
||||||
cp ../../openssl.cnf.tmpl openssl.cnf
|
cp ../../openssl.cnf.tmpl openssl.cnf
|
||||||
|
|||||||
Reference in New Issue
Block a user