Replies: 2 comments 2 replies
-
|
This is great! I eventually got it working, but it took a little effort, the result of which is these two suggestions:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have a better approach now. I created a tool https://github.com/egandro/nginx_proxy_manager_tool This is a CLI tool (in python) it is also an Ansible role. I can use the wildcard certificates to push to my other tools e.g. truenas. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the nginx proxy manager for a lot of projects. I am using (most times) *.example.com certificates.
To have a single point of how and where I generate them, I wrote a small script to exprt cert + private key e.g. for using it in Truenas or similar other systems.
Here the script: export-cert.sh
export-cert.sh and ./letsencrypt are located in the same directory.
You can use
export-cert.sh *.example.org- that createscerts-*.example.org.zipYou can also can the script by
export-cert.sh *.example.org --. That will generate the zip file to stdout (very usefull in ansible, ssh etc.)Have fun.
Beta Was this translation helpful? Give feedback.
All reactions