Skip to content

SignServer CE Helm chart and resources for Community Tech Meetup

Notifications You must be signed in to change notification settings

Keyfactor/signserver-ce-helm-meetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for SignServer Community Version: 1.0.0 Type: application AppVersion: 5.9.1

Welcome to SignServer – the Open Source Signing Software.

There are two versions of SignServer:

  • SignServer Community (SignServer CE) - free and open source, OSI Certified Open Source Software, LGPL-licensed subset of SignServer Enterprise
  • SignServer Enterprise (SignServer EE) - developed and commercially supported by PrimeKey® Solutions

OSI Certified is a certification mark of the Open Source Initiative.

Prerequisites

Getting started

The SignServer Community Helm Chart boostraps SignServer Community on a Kubernetes cluster using the Helm package manager.

Add repo

helm repo add https://github.com/Keyfactor/signserver-ce-helm-meetup
helm repo update

Quick start

  1. Customize installation in values.yaml.

  2. Create a namespace and a secret with the CA certificate to be used for authenticating administrators:

kubectl create namespace signserver
kubectl create secret generic ingress-ca --from-file=ca.crt=ManagementCA.pem --namespace signserver
  1. Install signserver-ce-helm-meetup on the Kubernetes cluster:
helm install signserver-ce signserver-ce-helm-meetup/ --atomic --namespace signserver

See helm install for command documentation.

Uninstall chart

helm uninstall [RELEASE_NAME]

This command removes all Kubernetes components associated with this chart and deletes the release.

See helm uninstall for command documentation.

Community Support

In our Community we welcome contributions. The Community software is open source and community supported, there is no support SLA, but a helpful best-effort Community.

Commercial Support

Commercial support is available for SignServer Enterprise.

License

SignServer Community is licensed under the LGPL license, please see LICENSE.

Related projects

About

SignServer CE Helm chart and resources for Community Tech Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published