mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(docker): use step-ca for CA + cert generation
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
e558e979ff
commit
b98159d5b9
10 changed files with 160 additions and 69 deletions
|
@ -15,7 +15,7 @@ if [ -f "$CERT" ]; then
|
|||
cp -vf "$CERT" "$DEST_CERT"
|
||||
cp -vf "$KEY" "$DEST_KEY"
|
||||
else
|
||||
cat /data/localhost.cert.pem /data/ca.root.pem > "$DEST_CERT"
|
||||
cat /data/localhost.cert.pem /data/root_ca.crt > "$DEST_CERT"
|
||||
cp -vf /data/localhost.key.pem "$DEST_KEY"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue