acertmgr icon indicating copy to clipboard operation
acertmgr copied to clipboard

Automated Certificate Manager using ACME

Results 7 acertmgr issues
Sort by recently updated
recently updated
newest added

https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/ search this page for "PKCS1v15" https://people.redhat.com/~hkario/marvin/ https://github.com/moepman/acertmgr/blob/master/acertmgr/tools.py#L346C31-L346C49

[cryptography.io](https://cryptography.io/en/latest/x509/ocsp/#cryptography.x509.ocsp.OCSPRequestBuilder.build) states > SHA256 is in this example because while RFC 5019 originally > required SHA1 RFC 6960 updates that to SHA256. > However, depending on your requirements you may...

The README currently is lacking an installation section. It should contain at least setup via pip and manual installation with setup.py.

enhancement
help wanted

Some CAs may require it to map an account key to some internal account. Implementation is described in RFC8555#7.3.4 and should be done for API v2.

enhancement

This series of commits reworks how translation to IDNA domain names is done. It differs in functionality in only two points: a) the idna module is no longer optional b)...

cryptography-42.0.0 introduces new interfaces to query certificate lifetime. The only difference is that the UTC timezone is set in the datetime object, instead of the timezone being undefined. However, the...

enhancement

All usages of it expect it to return a single cert, so if the files contain multiple certs it crashes the program anyway.