https://github.com/maraf/certbot-arm
My highly opinionated way to run certbot on ARM
https://github.com/maraf/certbot-arm
certbot docker
Last synced: 9 months ago
JSON representation
My highly opinionated way to run certbot on ARM
- Host: GitHub
- URL: https://github.com/maraf/certbot-arm
- Owner: maraf
- License: apache-2.0
- Created: 2019-04-08T20:42:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T18:35:38.000Z (over 6 years ago)
- Last Synced: 2025-09-05T16:21:26.874Z (10 months ago)
- Topics: certbot, docker
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# certbot-arm
My highly opinionated way to run certbot on ARM
## Example usage
```
docker run -it --rm -p 8080:80 -e DOMAIN= -e EMAIL= -v :/mnt/certs certbot-arm:latest
```