Replies: 1 comment
-
use use your scrip to copy to anywhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
What is the appropriate way to use
--install-cert
for multiple applications?For example, I have a setup where I want to place the certs to 2 locations and run different reload commands.
Individually, I have these commands working. However when running
acme.sh --renew -d DOMAIN.com --force
I only see the output for whatever the last--install-cert
was executed. As a result, when the automatic renewal period comes around, I think only one will get executed.Could someone clarify how to approach this, or even if I'm thinking about this incorrectly.
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions