Skip to content

vinod-ps/SPIRE_SPIFFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPIRE_SPIFFE

Helm to deploy SPIRE Server with intermediate CA signed by RootCA

For PKI - Follow:

https://github.com/sedovalx/openssl-scripts

To see the SVID use the below command from SPIRE Server POD.

spiffe://example.org/ns/vkv/sa/nginx --> This is the spiffe id of sample nginx workload pod.

k -n spire-server exec -it spire-server-0 -- spire-server x509 mint -output pretty -spiffeID spiffe://example.org/ns/vkv/sa/nginx

Points:

CN name can be anything and need not to be a FQDN. In this helm values, the names are same as certificate like country, CN etc..

cat cert2.pem cert1.pem root.pem > cert2-chain.pem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published