Coder Social home page Coder Social logo

denji / letsencrypt-certbot Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 6 KB

Let's Encrypt Certbot container

Home Page: https://hub.docker.com/r/denji/letsencrypt-certbot/

License: The Unlicense

Dockerfile 100.00%
alpine alpine-image docker-image letsencrypt docker

letsencrypt-certbot's Introduction

Let's Encrypt Certbot container

Docker image

Usage

Set up a Certbot container

See example compose file at /alpine/docker-compose.yml.

docker-compose up -d; docker-compose logs

Register new domain

docker exec -it example_certbot_1 \
    certbot \
    certonly \
    --standalone \
    --text \
    --email [email protected] \
    --agree-tos \
    --standalone-supported-challenges http-01 \
    --domains example.com

Explanation:

docker exec -it example_certbot_1             # enter composed container
    certbot                                   # run `certbot`
    certonly                                  # we write our own configs
    --standalone                              # auth method
    --text                                    # disable ncurses interface
    --email [email protected]                 # this is usually req'd
    --agree-tos                               # this is always req'd
    --standalone-supported-challenges http-01 # disable :443 check
    --domains example.com                     # the domain we are reg'ing

letsencrypt-certbot's People

Contributors

denji avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

javtamvi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.