Add some self-signed TSL certs to test https

This commit is contained in:
2025-06-13 22:03:11 -07:00
parent 027b8616d3
commit a14be2cbde
4 changed files with 57 additions and 14 deletions

View File

@@ -6,6 +6,12 @@ run:
build:
docker run --rm -w /opt/app -v $(PWD):/opt/app $(image) sitegen
image-rm:
docker image rm $(image):latest
image-build:
docker build -t $(image) .
lint:
docker run --rm -w /opt/app -v $(PWD):/opt/app $(image) moonc -l .