#
acme-client
Here are 100 public repositories matching this topic...
A pure Unix shell script implementing ACME client protocol
-
Updated
Apr 21, 2022 - Shell
An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
-
Updated
Jun 7, 2021 - C#
Open
Add tests
1
natemcmaster
commented
Jul 3, 2018
Beyonce said it best. If you like it then you shoulda put a test on it. Scenarios I like:
- Cert is created with right DN
- Cert is stored to X509Store after creation
- Cert request is not resubmitted
- Handles failures gracefully
- HTTP challenge/response works as expected
- Certificate renewal when cert is about to expiration
PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)
-
Updated
Apr 21, 2022 - PowerShell
Let's Encrypt / ACME client written in PHP for the CLI.
-
Updated
Nov 21, 2021 - PHP
Crypt::LE - Let's Encrypt / Buypass / ACME client and library in Perl for obtaining free SSL certificates (inc. generating RSA/ECC keys and CSRs). HTTP/DNS verification is supported out of the box, easily extended with plugins, easily dockerized.
dns
docker
ssl
acme-client
security
certificate
ecc
https
perl
acme
rsa
ecdsa
pfx
crypt
free-ssl-certificates
crypt-le
zerossl
docker-ssl
windows-ssl
acme-v2
-
Updated
Oct 1, 2021 - Perl
Let's Encrypt (ACME) in Apache httpd
letsencrypt
acme-client
certificate
https
acme
apache
httpd
apache-httpd
acme-protocol
boulder
acme-v2
-
Updated
Apr 19, 2022 - C
ACMEv2 client written in plain C with minimal dependencies
letsencrypt
challenge
acme-client
ssl-certificate
acme-protocol
letsencrypt-cli
tls-certificate
acme-v2
uacme
rcf8555
ualpn
-
Updated
Feb 27, 2022 - C
Tipi - the All-in-one Web Server for Ruby Apps
-
Updated
Mar 4, 2022 - Ruby
Simple and unopinionated ACME client for Node.js
-
Updated
Mar 21, 2022 - JavaScript
Premier ACME client library for Go
-
Updated
Apr 2, 2022 - Go
Yet another ACME client: a decoupled LetsEncrypt client
-
Updated
Feb 18, 2022 - PHP
Let's Encrypt(ACME) client. Python library & CLI app.
-
Updated
Apr 5, 2022 - Python
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
-
Updated
Mar 7, 2019 - JavaScript
ACME (RFC 8555) client daemon
tls
acme-client
certificates
acme
ssl-certificate
ssl-certificates
tls-certificate
rfc8555
certificates-management
-
Updated
Apr 21, 2022 - Rust
Java ACME Client application
-
Updated
Aug 2, 2019 - Java
PHP client library for Let's Encrypt (ACME v2 - RFC 8555)
letsencrypt
php
ssl
acme-client
certificate
ecc
acme
csr
rsa-key
acme-v2
challenge-tokens
challenge-types
tls-alpn-01
rfc-8555
-
Updated
Apr 20, 2022 - PHP
Allows you to use dehydrated (a Let's Encrypt/Acme Client) and DNS challenge response with a DNS provider that requires manual intervention
-
Updated
Oct 7, 2019 - Ruby
A Let's Encrypt PHP Command Line (ACME v1) Client
-
Updated
Nov 16, 2019 - PHP
or how i stopped worrying and learned to love the ssl certificate
-
Updated
Jan 6, 2022 - Python
Shell script to sign certificate by the letsencrypt CA
letsencrypt
acme-client
certificate
acme
ssl-certificates
tls-certificate
letsencrypt-certificates
server-certificate
dns-01
acme-v2
http-01
sign-certificate
-
Updated
Mar 21, 2022 - Shell
ACME (Let's Encrypt) automatic configuration for sōzu
-
Updated
Sep 21, 2021 - Rust
A tiny script to issue and renew TLS/SSL certificate from Let's Encrypt
letsencrypt
tls
ssl
acme-client
https
acme
letsencrypt-utils
acme-protocol
ssl-certificates
letsencrypt-cli
letsacme
-
Updated
Jun 13, 2021 - Python
-
Updated
Apr 9, 2021 - JavaScript
ACME v2 client written in Node.js for retrieving free SSL / TLS certificates
-
Updated
Aug 31, 2021 - TypeScript
ACME client as client/server model for easy certification handling above multiple hosts/containers
-
Updated
Mar 21, 2021 - Python
NGINX module that implements ACME for automated TLS configuration (Let's Encrypt)
-
Updated
Nov 28, 2017 - C
A layer of abstraction the around acme/autocert certificate manager (Golang)
go
tls
golang
ssl
acme-client
certificate
server
https
acme
x509
ssl-certificate
ssl-certificates
graceful-shutdown
https-server
autocert
tls-certificate
graceful
x509certificates
acme-dns
acme-v2
-
Updated
Jul 27, 2019 - Go
Improve this page
Add a description, image, and links to the acme-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the acme-client 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