Skip to content

gary-archer/oauth.developmentcertificates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Development Certificates

Development certificates and keys for use with my blog's OAuth code samples.
Wildcard certificates are used so that there is a single certificate and key to manage.
Real private keys should of course not be checked into a public repository like this.

Certification Creation

Certificates and keys can be recreated when required with one of these commands:

./makecerts.sh mycompany
./makecerts.sh authsamples-dev
./makecerts.sh mycluster

*.mycompany.com

These are my default local computer domains for testing of early SPA and API code samples:

mycompany certificate

*.authsamples-dev.com

A setup where the web subdomain runs locally and API subdomains are deployed components in AWS:

authsamples-dev certificate

*.mycluster.com

A setup where components are deployed to a local Kubernetes cluster:

mycluster certificate

Further Information

See the Development SSL Setup blog post for further details on local setups.

About

Self signed certificates for use on a Developer PC or Docker based environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages