GitHunt
CB

cbaker6/CertificateSigningRequest_Test

Simple app that tests the CertificateSigningRequestSwift framework

CertificateSigningRequest_Test

Simple app that tests the CertificateSigningRequest framework

This includes CertificateSigningRequest using SPM. You can test the cocoapod version in the pod branch.

Build and run the test the CSR_testTests.swift file and the CSR will print out in the console log window. You should get something like:

-----BEGIN CERTIFICATE REQUEST-----
MIIBMDCB1wIBADB1MQswCQYDVQQGDAJVUzELMAkGA1UECAwCS1kxDTALBgNVBAcM
BFRlc3QxDTALBgNVBAoMBFRlc3QxDTALBgNVBAsMBFRlc3QxLDAqBgNVBAMMI0Nl
cnRpZmljYXRlU2lnbmluZ1JlcXVlc3RTd2lmdCBUZXN0MFkwEwYHKoZIzj0CAQYI
KoZIzj0DAQcDQgAExrSyR8PBMPaW9llanSqOhl3l5LhlXv0LwYEW+Yhg8e5MOPs4
SlG8f33OFVUPPNWd09TnmtKg+P4VTuEfJphsqKAAMAoGCCqGSM49BAMCA0gAMEUC
IQDF/PwAitcohl4lByxuqxJpSLJ5vueWq8US53/66RUREQIgMLInVDKCCoPHWDYM
vtFAmaxL8+rK+Hr55f0PLZQ5PcM=
-----END CERTIFICATE REQUEST-----

You can test if the CSR was created correctly here: https://redkestrel.co.uk/products/decoder/

Languages

Swift100.0%

Contributors

Created October 2, 2017
Updated February 23, 2025
cbaker6/CertificateSigningRequest_Test | GitHunt