Skip to content
Snippets Groups Projects
Commit 6dedb319 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

zkapissuer *requires* this and is also *after* this

so it won't be running yet when this runs
parent 266d694c
No related branches found
No related tags found
1 merge request!16Deploy PaymentServer
......@@ -145,8 +145,6 @@ in {
${pkgs.certbot}/bin/certbot register ${configArgs} --agree-tos -m ${cfg.letsEncryptAdminEmail} || true
# Obtain the certificate.
${pkgs.certbot}/bin/certbot certonly ${configArgs} -n --standalone --domains ${cfg.domain}
# Restart the server so the new certificate gets used.
systemctl restart zkapissuer.service
'';
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment