Hossein Shafagh

Results 38 comments of Hossein Shafagh

Hi @rbuffi, I am not familiar with the CFSSL plugin, but noticing that `issued_at` is used as part of the API key data model. Wondering if you have already tried...

Hi @sureshbyella, sorry for the late reply; if you are performing certificate creation via API, you can also supply your desired certificate name. alternatively it should be possible to add...

Yeah, I noticed the flow of DigiCert for ACME in that they skip the validation part, which might be typical for OV-validated domains. I shared some thoughts on this other...

Hi @bobmshannon, thanks for initiating this conversation. Summarizing the mechanisms we have at hand today, and which we could expand or revise: a) the `DASHBOARD` page of Lemur UI, gives...

Regarding certificates which have endpoints associated with, there is a celery job to enable auto-rotation by default. We want to also simplify that, and enable auto-rotate when an endpoint with...

plus one, on keeping the noise low, specially when no action is required for instance, cert is already rotated on an endpoint. One common case we come across, is when...

Hey @Steccas, not familiar with the CFSSL plugin, since it has been a community contribution, also I am not sure how this is related to the plugin. Based on your...

Hey Luca, can you paste the parsed certificate here ``` pbpaste | openssl x509 -text -noout``` and also the CSR? ```pbpaste | openssl req -text -noou``` First you want to...

Hi @21stcaveman, I am not super familiar with the DigiCert ACME integration, and this the External Account binding feature is relatively new in Lemur. If you already have the ACME...

Hamid, Lemur relies on Boto for any AWS operations and Boto expects AWS credentials as described [here](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials). In Lemur, you would set up a DNS provider via UI, and set...