strongswan / strongMan

Management UI for strongSwan
https://www.strongswan.org/
Other
117 stars 39 forks source link

Auto renew ssl for strongMan #112

Closed perrfect closed 4 years ago

perrfect commented 4 years ago

Hi. How can auto renew ssl for strongMan? In which directory are the certificates? And when i add new ssl through command line should i restart strongMan?

perrfect commented 4 years ago

Hi. Do you have some idea?

tobiasbrunner commented 4 years ago

Certificates loaded via strongMan are stored in a database, not on disk. I guess you could update the database and trigger the configloader.py script. But it's probably easier to just configure such certificates directly in the daemon (see the user documentation on the wiki) and reload them once they change.

perrfect commented 4 years ago

Ok, thank you. And I have another question. Can I use my url http://localhost:1515 for https? And where can I change this setting?

tobiasbrunner commented 4 years ago

Check your web server's documentation on how you get HTTPS working.