-
The service UUID is 00001016-d102-11e1-9b23-00025b00a5a5
The only information I could find on that service is here: https://www.csrsupport.com/download/49800/CS-327746-RP-1-Training%20and%20Tutoria…
-
DAG as of now does unidirectional edge representation only. Need enhancement to support bidirectional edges.
-
I'm not sure if this is an actual issue or something I'm missing in the configuration (not sure where to change it). I'm trying to add a patch (which I would like to upstream) to add support for the …
-
IDENTITY, JACOBI, SCHUR_JACOBI and SCHUR_POWER_SERIES_EXPANSION preconditioner should all be possible to run on the GPU relatively easily.
The key idea is to export E, F, inverse(E'E), F'F and inve…
-
### Context
The charm should ideally be able to request a letsencrypt certificate via ACME http challenge and reply to .well-known/acme-challenge/ with a token request.
### What needs to get done
1…
dparv updated
4 months ago
-
A question has been raised, **Can duplicate CSRs be used when reissuing a certificate?**
Upon investigation, when a CSR is generated for the same domain (common name), same metadata and using the s…
-
It's pretty painful right now to build a full PKI tiered system manually due to problems such as issue #55. I just put together a quick demo showing what I mean. I have a few thoughts to improve this …
-
Related to https://github.com/internetee/registrar_center2/issues/93
1. Remove the ca key password from the registry configuration
2. Add certificate request section to display requests from the …
-
Hi,
I've generated a CSR with r509 which includes several ip addresses as SAN names.
When I use r509 to sign the CSR with our CA cert, I get a certificate but the SAN names are missing. I have no ide…
-
Got permission error when I run certstrap in docker, with sign action
```powershell
podman run --rm -v ./out:/out -v ./csr:/csr docker.io/squareup/certstrap sign `
--passphrase "changeit" `
…