rtz

Results 2 comments of rtz

> Hi, im using a pfSense box with acme cert but to my knowledge its just like using acme.sh like on any linux machine. Im getting an error when i...

You can indeed set some of the variables through a secret. Below is an example compose file ``` version: '3.7' services: mysql: #restart: unless-stopped image: mysql:8.0 secrets: - semaphore_dbuser -...