Generate and sign certificates - rcrowley/certified GitHub Wiki

Use certified(1) to generate and sign certificates that will be verified by your CA.

Basic certificate

certified CN="internal.example.com"

Wildcard certificate

certified CN="internal.example.com" +"*.internal.example.com"

Certificate with several DNS names

certified CN="git.example.com" +"ci.example.com" +"jenkins.example.com"

Certificate for an IP address

certified CN="localhost" +"127.0.0.1"

Next: Install your certificates