KB Home
|
Advanced Search
|
News
|
Glossary
|
Login
Navel Knowledge Base
Home
»
Categories
»
SSL
All Categories
Apache (16)
App Tools (4)
CentOS (11)
CMS (2)
CSS Tricks (4)
Electronis > (1)
JavaScript (9)
jQuery (5)
Linux Command Line (12)
MikroTik (1)
MySQL (23)
Nginx (1)
PHP (12)
PHP Tricks (2)
Smarty (1)
Smarty Tricks (0)
SSL (1)
Creating a .p12 file
Third-party (2)
TypeScript (1)
Virtualization (18)
VMware (1)
Webmin (10)
Windows (6)
WordPress (7)
SSL Articles
Subscribe
Creating a .p12 file
Viewed 373 times since Wed, Nov 17, 2021
openssl pkcs12 -export -out filename.p12 -inkey key.pem -in cert.pem openssl pkcs12 -export -out filename.p12 -inkey key.txt -in cert.txt
Read More