I want to generate CSR in iOS with native tools (not openssl). I searched, and I found that iOS doesn't have an API for that, so I began to search for third party libraries and I found ateska's library but I cannot use it, because it's GPL-2.0. licensed. Then I found another library from outfoxx, (linked in this answer from Josh Correia) which is MIT licensed, so I could use it, but it's poorly documented, and I'm a newbie in iOS development, so I don't know how to generate the CSR with it. Could somebody please help me, and show an example how to use it? Thanks.
Asked
Active
Viewed 194 times
0
-
This would be more likely be answered if it was a comment on the post/answer originally mentioning the library rather than a new question. https://stackoverflow.com/questions/17277865/is-it-possible-to-generate-certificate-signing-request-csr-using-security-fram/62293187#62293187 – Gabe Sep 02 '22 at 10:19
-
Yeah, I know, but unfortunately I'm so new to stackoverflow, that I can't make a comment yet :( – arunna Sep 02 '22 at 14:25
-
@Gabe Would you please link my question there? – arunna Sep 02 '22 at 14:41