Skip to content

ekohl/ownca

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

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