Skip to content

Commit

Permalink
Merge pull request #94 from input-output-hk/fixup-cert-service-restarts
Browse files Browse the repository at this point in the history
Ensure traefik restarts on acme renewal
  • Loading branch information
johnalotoski authored Oct 21, 2021
2 parents 359f507 + a61aaa7 commit 1adc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/routing.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
postRun = ''
cp fullchain.pem /etc/ssl/certs/${config.cluster.domain}-full.pem
cp key.pem /etc/ssl/certs/${config.cluster.domain}-key.pem
systemctl try-restart --no-block copy-acme-certs.service
systemctl try-restart --no-block traefik.service
export VAULT_TOKEN="$(< /run/keys/vault-token)"
export VAULT_ADDR="http://127.0.0.1:8200"
Expand Down

0 comments on commit 1adc864

Please sign in to comment.