Is it possible to generate certificate signing request(.csr) using security framework in iOS?

后端 未结 2 2110
抹茶落季
抹茶落季 2021-01-06 11:21

I would like to make HTTPS request with a server require client-certificate authentication. I looked into this Creating a SecCertificateRef for NSURLConnection Authenticatio

2条回答
  •  旧时难觅i
    2021-01-06 11:59

    To anyone who comes across this in the future, I encountered outfoxx's Shield library which makes it super easy to create CSRs via Swift.

提交回复
热议问题