scep icon indicating copy to clipboard operation
scep copied to clipboard

Go SCEP server

Results 51 scep issues
Sort by recently updated
recently updated
newest added

Hi folks. This change allows callers of `scepserver.MakeHTTPHandler` to choose/set the path for the SCEP service (other than `/scep`).

Hello, me again. When I try to revoke a certificate using the generated index.txt, I get the following: ERROR:name does not match 0D Although the named certificate does exist in...

Certificate serial hex is lowercase, whereas currently the serial hex is written to the database in uppercase. Openssl doesn't like this when attempting to revoke a certificate, as the uppercase...

`DigitalSignature` MUST be set in SCEP CA certificates according to RFC 8894: 2.1.2. Certificate Authority A SCEP CA is the entity that signs client certificates. A CA may enforce policies...

This MR allow to use another packaging for keys.

Hi, If I am wrong please correct me. Is there we have plan to switch github.com/etcd-io/bbolt? because the bolt repo is a public archive and the bblot is active. Backgroup:...

Hello, I would like to ask if it is possible to add specific Key Usage and Extended Key Usage attributes to the CSR generated by the SCEP client. For example...

Getting the following error after upgrading to go 1.18: PKIOperation for PKCSReq (19): http request failed with status 500 Internal Server Error, msg: x509: cannot verify signature: insecure algorithm SHA1-RSA...

Changes a few things to make serial number generation make a bit more sense. This brings the implementation in line with the following statements: > `Depot.Serial()` should always generate a...

This SCEP server is able to perform very well right out of the box. However it has one serious flaw. FileDepot isn't very performant. Doing quick test reveals some serious...