FinalCommander/README.md

22 lines
346 B
Markdown
Raw Normal View History

2022-01-16 12:49:45 +00:00
# FinalCommander
Content-addressable storage redirector.
## Usage
`$ go run .`
Build via `$ go build -o fcmm`
### Certbot notes
* Use pip certbot
* Edit .env to add paths to certificates
```
$ certbot certonly \
--standalone \
--key-type=ecdsa --elliptic-curve=secp256r1 \
--domain <domain> \
--post-hook "docker restart <docker name>"
```