Osiris Inferi

Results 35 issues of Osiris Inferi

When looking at https://eff-certbot.readthedocs.io/en/stable/using.html I can't find any documentation about the `install` subcommand. The only thing mentioned is: > install: > Options for modifying how a certificate is deployed It's...

area: documentation
priority: significant

See also https://github.com/certbot/certbot/pull/9275#issuecomment-1094240102 As far as I can tell, naieve datetime objects in Certbot are in the local timezone. However, when [`acme.retry_after()`](https://github.com/certbot/certbot/blob/df982b33b905ac9ba77add0df250cd63947f5af0/acme/acme/client.py#L195-L224) parses a timestamp as value in the `Retry-After`...

area: acme
priority: unplanned

Currently, if one would request a certificate including the "must staple" TLS feature with the `--must-staple` option, one would have to manually check if it's actually enabled or not. It...

priority: unplanned
stale-needs-update

Fixes #685. Please review the code carefully. It works locally on my Fairphone 4 5G, but I'm not a Java developer, nor Android developer. PR is based on code from...

#### General Information * **OpenLauncher Version:** git master * **Android Version:** 11.0 * **Custom ROM:** None * **Install Source:** git master compile using Android Studio #### Description When generating a...

#### General Information * **OpenLauncher Version:** git master * **Android Version:** 11.0 * **Custom ROM:** None * **Install Source:** git master compile using Android Studio #### Description The "Backup" button...

The CSV file and this page mention(ed) that the date in the CSV file is the notBefore date of a certificate. However, it is the notAfter datetime. This is [already...

When I was searching for the actual ACME API URI for Let's Encrypt, I couldn't find it anywhere in the documentation: not in the "getting started" or "how it works",...

Recently, a new subcommand was added to Certbot: [`show_account`](https://github.com/certbot/certbot/commit/93c2852fdba34f14b294b38dcd27a0a8d94fe053) While it was mainly intended to show stuff like email contact info of the account, the account ID is added to...