Skip to content

lclement57/dokku-ssl-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dokku-ssl-client

A dokku plugin allowing SSL client authentication

Requirements

  • dokku v0.5.x+

Installation

dokku plugin:install https://github.com/dokku/dokku-ssl-client.git ssl-client

commands

ssl-client <app> <ca.cert                         Install CA and enable SSL client authentication
ssl-client:remove                                 Remove CA and disable SSL client authentication

usage

# Install the ca.cert CA and enable ssl client verification on nginx
dokku ssl-client <ca.cert hello-world

# Disable ssl client verification on nginx and remove the CA
dokku ssl-client:remove hello-world

About

A dokku plugin allowing SSL client authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%