Skip to content

Simple based Django application to request and sign custom SSL certificates

License

Notifications You must be signed in to change notification settings

tchellomello/my-ssl-certs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-ssl-certs

Simple based Django application to request and sign custom SSL certificates

Docker

docker run -p 8000:8000 tchellomello/my-ssl-certs:latest

Environment Variables

CA_C

Define the default country for CA

CA_ST

Define the default state for CA

CA_L

Define the default city for CA

CA_O

Define the default organization for CA

CA_OU

Define the default organization unit for CA

CA_EMAIL

Define the default email for CA

CA_DAYS

Define the default expiration days for CA

CERT_C

Define the default country for CERT

CERT_ST

Define the default state for CERT

CERT_L

Define the default city for CERT

CERT_O

Define the default organization for CERT

CERT_OU

Define the default organization unit for CERT

CERT_EMAIL

Define the default email for CERT

CERT_DAYS

Define the default expiration days for CERT

docker run -d -p 8000:8000 \
    -e CA_C='US' -e CA_ST='North Carolina' \
    -e CA_L='Raleigh' -e CA_O='IT' -e CA_OUT='DTI' \
    -e CA_EMAIL='[email protected]' -e CA_DAYS=365 \
    tchellomello/my-ssl-certs:latest

About

Simple based Django application to request and sign custom SSL certificates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published