Mathias Petermann

Results 44 comments of Mathias Petermann

Also happens if you have a label (e.g. `{{ monitor_status }}`) as Legend. Only the value after the first space is used. in #277 it's mentioned that adding a space...

`ACME_PRIVATE_KEY` needs to be in the JWK format (e.g. similar to this) ```json { "kty": "RSA", "n": "yr1qBwHizA7ME_iV32bY10ILp.....", "e": "AQAB", "d": "llBlYhil3I.....", "p": "-5LW2Lewogo.........", "q": "zk6dHqHfHksd.........", "dp": "qfe9fFIu3mu.......", "dq": "cXFO-loeOyU.......",...

It looks like acme.sectigo.com is using the `externalAccountBinding` described in the acme spec [7.3.4. External Account Binding](https://tools.ietf.org/html/rfc8555#section-7.3.4), but LetsEncrypt doesn't use it, and the current implementation of the acme plugin,...

Endpoints currently are created in the AWS plugins (and maybe others), it would be nice to have a way to add custom endpoints to check if the latest certificate is...

I'll try to create an example as a basis for discussion which forces a mix and match, and try to demonstrate what I think would be a good way to...

While refactoring #3167 I realized that when you get the challenges the first time around, some of them could already be in the state 'valid/ready' since the ACME provider can...

> While refactoring #3167 I realized that when you get the challenges the first time around, some of them could already be in the state 'valid/ready' since the ACME provider...

Do you know, if it's common for certificate authorities to forgo validation, if the external Account binding is used? Since right now it's not possible to provide the EAB at...

Any chance you know which config property needed to be set manually in the database?

By default the `store_account` option is set to false, since I wanted to keep the current behavior, even though in my opinion it would make more sense, to reuse the...