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 (1)
Linux Command Line (13)
MikroTik (1)
MySQL (25)
Network (2)
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 (8)
WordPress (9)
SSL Articles
Subscribe
Creating a .p12 file
Viewed 552 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