loxe
Do you mean for the automatic le-setup during grommunio-setup
?
If so, then i suggest creating a pull request with the changes needed.
I personally just create the certificate either before and choose it or let the self-signed stuff run as a provided path to a cert/key only get a cp $source $dest
and not an ln -s $source $dest
because of that i always run something like this after i finished the initial setup.
rm /etc/grommunio-common/ssl/*
ln -s /etc/ssl/acme/$(dnsdomainname)/fullchain.pem /etc/grommunio-common/ssl/server-bundle.pem
ln -s /etc/ssl/acme/$(dnsdomainname)/key.pem /etc/grommunio-common/ssl/server.key
this particular thing is with certificates which get uploaded from another system via sftp where the upload-user has write-access for that particular folder... but it shows where to put the links 😛