An open API service indexing awesome lists of open source software.

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

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
```