N
N
Nikita Fedorov2019-06-06 20:38:33
API
Nikita Fedorov, 2019-06-06 20:38:33

How to create p12 SSL certificate for VK?

There are certificates .kry , .ca , .crt , . pem .
They are hosted by me. Made with Let's Encrypt.
How to make SSL for Callback API VK in p12 format out of all this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
ky0, 2019-06-06
@ky0

openssl pkcs12 -export -out server.p12 -inkey server.key -in server.crt -certfile CACert.crt

First link on google:
https://pubs.vmware.com/view-51/index.jsp?topic=%2...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question