add workaround for root-ca.srl on focal

This commit is contained in:
Luis Guzmán 2023-12-05 02:41:50 -06:00
parent d26a828a40
commit e9ec4fcdde
1 changed files with 5 additions and 1 deletions

View File

@ -38,5 +38,9 @@ rm admin-key-temp.pem \
# Store
mv client.pem \
client-key.pem \
root-ca.srl \
root-ca-key.pem -t tls_store
# openssl 3.0 workaround
if [ "$(lsb_release -sc)" = "focal" ]; then
mv root-ca.srl tls_store
fi