Skip to content

Commit

Permalink
fix cert path thing
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 4, 2024
1 parent f1c3c24 commit 6a1c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
String $ip = '172.17.0.4',
) {
$hook_script = "#!/usr/bin/env bash
cat \$LEGO_CERT_KEY_PATH \$LEGO_CERT_KEY_PATH > ${datadir}/tls/cert
cat \$LEGO_CERT_KEY_PATH \$LEGO_CERT_PATH > ${datadir}/tls/cert
/usr/bin/systemctl restart container@frameproxy"

firewall { '100 dnat for mitmproxy':
Expand Down

0 comments on commit 6a1c77a

Please sign in to comment.