Skip to content

ekohl/ownca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Own CA script

A script to set up a custom CA for signing server certificates. Not recommended for serious production.

Installation

$ wget https://raw.githubusercontent.com/ekohl/ownca/master/ownca
$ chmod +x ownca

Usage

Own CA can be executed from any directory and creates files the current working directory.

# generate a CA first
./ownca ca

# generate a server cert signed by this CA
./ownca cert my-server.example.com

Verify certificate

$ openssl verify -verbose -CAfile cacert.crt /path/to/my-server.example.com.crt

AUTHORS

Own CA was initially written by @iNecas and currently maintained by @ekohl.

About

Set of scripts for generating custom ca and signed certs: devel only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages