Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 317 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 317 Bytes

Openssl Tools

Getting started

  1. Create a root ca
otca create root
  1. Create intermediate ca
otca create int
  1. Create a server certificate
otca create server <servername>
  1. Pack the certificates
otca pack <servername>
  1. Use the certificates in your application