acme
Here are 344 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Shell
-
Updated
Mar 29, 2021 - Shell
-
Updated
Mar 27, 2021 - Go
-
Updated
Mar 30, 2021 - Go
-
Updated
Mar 26, 2021 - Go
What would you like to be added
Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.
DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.
Why this is needed
We plan to run step-ca in AWS ECS on Farga
-
Updated
Mar 26, 2021 - Go
-
Updated
Mar 29, 2021 - Shell
-
Updated
Mar 26, 2021 - C#
If you create a custom ICertificateAuthorityConfiguration and pass it to say a step-ca authority, with a custom port in the URL the FileSystemAccountStore tries to put the port in the directory name and fails.
Can we change from AuthorityUri to Host?
Add tests
-
Updated
Dec 30, 2019 - Dockerfile
-
Updated
Mar 27, 2021 - PowerShell
-
Updated
Mar 7, 2021 - Go
-
Updated
Apr 19, 2020 - Shell
-
Updated
Mar 1, 2019 - PHP
-
Updated
Mar 22, 2021 - Vim script
-
Updated
Jan 8, 2021 - Go
-
Updated
Mar 28, 2021 - Perl
As @rjkroege mentioned in rjkroege/edwood#288 tokenizing the results of the getarg function would allow for more robust parsing of the given arguments.
-
Updated
Mar 30, 2021 - Go
-
Updated
Apr 11, 2020 - Python
-
Updated
Apr 28, 2020 - C
-
Updated
Mar 28, 2021 - Python
Improve this page
Add a description, image, and links to the acme topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the acme 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