Skip to content

Generate and sign certificates

Richard Crowley edited this page Apr 12, 2014 · 1 revision

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