Skip to content
Snippets Groups Projects
Commit 408eb082 authored by Bob Mottram's avatar Bob Mottram
Browse files

letsencrypt permissions

parent 548b5fc8
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,8 @@ function interactive_gpg_from_usb {
fi
echo $'Recovering LetsEncrypt keys'
cp -r $USB_MOUNT/letsencrypt/* /etc/letsencrypt
addgroup ssl-cert
chown -R root:ssl-cert /etc/letsencrypt
fi
if [ -f $USB_MOUNT/.mastergpgkey ]; then
......
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