@eskimo Is it possible to create a JWT using RS256 on iOS?
Post
Replies
Boosts
Views
Activity
@eskimo I have to created a public/private RSA key pair in Swift and converted it to SecKeyCopyExternalRepresentation. I now want to create a self signed X.509 certificate with the public key to send to my server. Is there a way to achieve this in iOS ?