-
Updated
Feb 3, 2021 - Go
#
letsencrypt
Here are 1,289 public repositories matching this topic...
The Cloud Native Application Proxy
go
letsencrypt
docker
kubernetes
golang
microservice
consul
load-balancer
zookeeper
marathon
etcd
mesos
reverse-proxy
A pure Unix shell script implementing ACME client protocol
-
Updated
Jan 31, 2021 - Shell
High performance, minimalist Go web framework
go
letsencrypt
ssl
middleware
web
microservice
echo
https
websocket
micro-framework
http2
web-framework
labstack-echo
-
Updated
Jan 29, 2021 - Go
Automated nginx proxy for Docker containers using docker-gen
-
Updated
Jan 10, 2021 - Python
letsencrypt
nginx
wordpress
ssl
security
hsts
digitalocean
drupal
gzip
cdn
https
http2
rate-limiting
php-fpm
ssl-certificate
hacktoberfest
nginx-configuration
nginx-configs
security-headers
digitalocean-community-tools
-
Updated
Feb 4, 2021 - JavaScript
thockin
commented
Jan 6, 2021
Is your feature request related to a problem? Please describe.
@munnerz helped debug this today.
Someone set kubernetes.io/ingress.allow-http: "false" on an Ingress resource. When time came to refresh the cert it just hung forever with no errors or event or anything.
Describe the solution you'd like
I'd have liked to see an Event and/or Condition on the Ingress saying "cert-mana
A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
letsencrypt
docker
ssl
ldap
mail
postfix
imap
smtp
dovecot
spamassassin
fail2ban
mailserver
opendkim
amavis
postgrey
opendmarc
docker-mailserver
saslauthd-ldap
-
Updated
Feb 1, 2021 - Shell
LetsEncrypt companion container for nginx-proxy
-
Updated
Jan 31, 2021 - Shell
letsencrypt/acme client implemented as a shell-script – just add water
-
Updated
Feb 2, 2021 - Shell
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
python
letsencrypt
docker
json
jwt
vue
frontend
backend
json-schema
postgresql
swagger
vuex
cookiecutter
openapi
python3
celery
traefik
pgadmin
openapi3
fastapi
-
Updated
Feb 3, 2021 - Python
Let's Encrypt client and ACME library written in Go
-
Updated
Feb 1, 2021 - Go
Automatic HTTPS for any Go program: fully-managed TLS certificate issuance and renewal
-
Updated
Feb 1, 2021 - Go
Minimalist and opinionated feed reader
-
Updated
Feb 2, 2021 - Go
Insular email distribution - mail server as Docker images
-
Updated
Feb 3, 2021 - Python
DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
-
Updated
Oct 11, 2018 - Go
Automated docker nginx proxy integrated with letsencrypt.
-
Updated
Jan 28, 2021 - Shell
-
Updated
Jul 4, 2020 - Go
On the fly (and free) SSL registration and renewal inside OpenResty/nginx with Let's Encrypt.
-
Updated
Jan 23, 2021 - Lua
Uncomplicated, modern HTTP server
-
Updated
Sep 10, 2020 - Go
obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
-
Updated
Jan 30, 2021 - Shell
An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
-
Updated
Aug 12, 2019 - C#
SSL Certificate Manager UI for Windows, powered by Let's Encrypt. Download from certifytheweb.com
windows
letsencrypt
ssl
csharp
https
wpf
certificates
acme
iis
gui-application
ssl-certificate-manager
ssl-certificates
letsencrypt-certificates
acme-v2
-
Updated
Jan 7, 2021 - C#
Manipulate DNS records on various DNS providers in a standardized way.
dns
letsencrypt
cli
digitalocean
yandex
pypi
cloudflare
lexicon
dns-service
ssl-certificate
dnspod
transip
dns-provider
vultr
godaddy
dnsimple
gandi
cloudxns
clouddns
constellix
-
Updated
Feb 3, 2021 - Python
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
linux
letsencrypt
nginx
debian
ipv6
postfix
nextcloud
hexo
qbittorrent
vps
mariadb
vpn
roundcube-webmail
filebrowser
netdata
aria2c
dnscrypt-proxy2
rsshub
trojan-gfw
trojan-panel
-
Updated
Feb 4, 2021 - Shell
Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.
-
Updated
Jan 14, 2021 - Go
Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server
-
Updated
Jul 30, 2020 - Shell
Improve this page
Add a description, image, and links to the letsencrypt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the letsencrypt topic, visit your repo's landing page and select "manage topics."
In all of our current uses of
os.umaskorfilesystem.umask, we always temporarily set it to a different value and then restore it using atry/finallyblock. I expect this pattern to continue.Because of that, why don't we create a simple function in
certbot.utilthat can be used as a context manager to set umask to a value and restore it to its previous value when exiting thewithblo