CertificateSigningRequest icon indicating copy to clipboard operation
CertificateSigningRequest copied to clipboard

Generate a certificate signing request (CSR) programmatically on iOS/macOS/watchOS/tvOS devices

Results 5 CertificateSigningRequest issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to Generate Self-Signed Certificate from the generated CSR. The Field missing in the CSR is SerialNumber, Validity, Issuer i don't know this Information can helpful or...

enhancement

let sequenceObjectSHA1WithECEncryption: [UInt8] = [0x30, 0x0A, 0x06, 0x07, 0x2A, 0x86, 0x48, 0xCE, 0x3D, 0x04, 0x01] The second slot, 0x0A should be 0x09 instead since it occupied 9 slots only

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
no-pr-activity

How to Add attribute in CSR. I follow this [https://github.com/cbaker6/CertificateSigningRequest/pull/46](url) also follow this https://github.com/cbaker6/CertificateSigningRequest/issues/12 but those are limited to adding subject only not for attributes. adding screenshot for reference ![Screenshot...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....

dependencies