Skip to content
#

acme-client

Here are 63 public repositories matching this topic...

bmw
bmw commented Feb 25, 2020

If you run mypy on Windows (or use --platform to make mypy behave like its on Windows), you'll get the following errors:

certbot/certbot/util.py:303: error: Name 'distro' is not defined
certbot/certbot/util.py:319: error: Name 'distro' is not defined
certbot/certbot/util.py:369: error: Name 'distro' is not defined
certbot/certbot/compat/filesystem.py:76: error: Module has no attribu
credomane
credomane commented Oct 19, 2018

https://pkisharp.github.io/ACMESharp-docs/User-Guide.html

Indicates that the ACME Vault is to be initialized with the function Initialize-ACMESharp which PowerShell complains doesn't exist. After some googling around and head scratching I discover the quick start guide lists a different function Initialize-ACMEVault. That works and I was able to continue setting up ACMESharp. We get the doc

cyb3rwr3ck
cyb3rwr3ck commented Jan 15, 2020

Which version of python are you using?

3.8

What operating system and version of operating system are you using?

Debian 10.2

What version of sewer are you using?

0.7.9

What did you do? (be as detailed as you can)

Creating wildcard certificates for a sub domain a cloudflare (*.sub.example.com)

What did you expect to see/happen/not happen?

After the successful creation

IgelCampus
IgelCampus commented Dec 11, 2018

When following the wiki tutorial acme_client does not download the challenge files when renewing a certificiate. I am running the following commands:

ACMECLIENT="java -jar acme_client.jar -w . --log-dir . --log-level TRACE"
$ACMECLIENT -a ./cert/account.key -c ./cert/$DOMAIN.csr --command order-certificate --well-known-dir ./challenge --one-dir-for-well-known

After the command acme_

Improve this page

Add a description, image, and links to the acme-client topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.