Skip to content
Snippets Groups Projects
Commit 9d7ccf90 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Moves certs to dir

parent 36da3ac5
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -231,7 +231,7 @@ function generate_certificate () { ...@@ -231,7 +231,7 @@ function generate_certificate () {
cat > ${TLS_FOLDER}/CSR/${arg_u}.crt cat > ${TLS_FOLDER}/CSR/${arg_u}.crt
info "Concat certificate, CA and key into pem file." info "Concat certificate, CA and key into pem file."
cat ${TLS_FOLDER}/CSR/${arg_u}.crt /data/indiehosters/scripts/sub.class2.server.sha2.ca.pem /data/indiehosters/scripts/ca-sha2.pem ${TLS_FOLDER}/CSR/${arg_u}.key > ${TLS_FOLDER}/${arg_u}.pem cat ${TLS_FOLDER}/CSR/${arg_u}.crt /data/indiehosters/certs/sub.class2.server.sha2.ca.pem /data/indiehosters/certs/ca-sha2.pem ${TLS_FOLDER}/CSR/${arg_u}.key > ${TLS_FOLDER}/${arg_u}.pem
} }
function configure_dns () { function configure_dns () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment