Thanks to visit codestin.com
Credit goes to github.com

Skip to content

搭配使用acme.sh和nginx来实现https反向代理及证书自动更新

andyzhshg/ngproxy-acme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

带有证书自动更新功能的反向代理服务

证书更新服务

docker run --rm \
    --name acme.sh \
    -v $PWD:/acme-certs \
    -e [email protected] \
    -e DOMAIN=example.com \
    -e DNS_API=dns_name \
    -e DNS_API_KEY=xxx \
    -e DNS_API_SECRET=xxx \
    acme:latest

反向代理服务

docker run --rm \
    --name ngproxy \
    -v cert_root:/certs \
    -v config_root:/config \
    -p 443:443 \
    ngproxy:latest

About

搭配使用acme.sh和nginx来实现https反向代理及证书自动更新

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published