Skip to content

Simple example of a secure springboot app on OpenShift, with Service Serving Certificates and passed to the app using an InitContainer

Notifications You must be signed in to change notification settings

domenicbove/openshift-ssl-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift SSL Server

To run the server run:

oc process -f https://raw.githubusercontent.com/domenicbove/openshift-ssl-server/master/template.yaml | oc create -f -

This will automatically start a build and trigger a deployment with a secure route exposed. Hit the /secured endpoint on the route!

To cleanup

oc delete all -l app=ssl-server

About

Simple example of a secure springboot app on OpenShift, with Service Serving Certificates and passed to the app using an InitContainer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages