Sign inSign up

dylanwzy/certbot-hyperapp

By dylanwzy

Updated about 9 years ago

Simple-Certbot, an application on to simplify the process of obtaining cert.

Image
0

864

dylanwzy/certbot-hyperapp repository overview

Simple-Certbot for HyperAPP

Simple-Certbot is a application to simplify the process of applying for a certificate based on docker.

docker-compose.yml

ocserv:
  image: certbot/certbot
  ports:
    - "80:80/tcp"
    - "443:443/udp"
  environment:
    - DOMAIN=easypi.info,blog.easypi.info
    - [email protected]
    - PORT=tls-sni/http
  • :warning: Please choose the port 80 or 443 in order to perform domain validation.
  • For multiple domains you should use a comma separated list of domains as a parameter.
  • If you choose "tls-sni" in $PORT, you should expose port 443, Corresponding, if you choose "http" in $PORT, you should expose port 80.

Tag summary

Content type

Image

Digest

Size

33.1 MB

Last updated

about 9 years ago

docker pull dylanwzy/certbot-hyperapp