Skip to content

Commit 61f1a94

Browse files
committed
add renew cert script
add renew cert script
1 parent b5a23a0 commit 61f1a94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hedwi/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ orb:
99

1010
cert:generate copy
1111

12+
13+
renew:
14+
sh bin/cert-renew.sh && \cp -f inbox/certs/cert.key nginx/certs/cert.key && \cp -f inbox/certs/cert.crt nginx/certs/cert.crt && \cp -f inbox/certs/cert.key smtp/certs/cert.key && \cp -f inbox/certs/cert.crt smtp/certs/cert.crt
15+
16+
1217
generate:
1318
sh bin/cert.sh
1419

0 commit comments

Comments
 (0)