Skip to content

Latest commit

 

History

History
 
 

.notation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Podinfo signed releases

Podinfo release assets such as the Helm chart and the Flux artifact are published to GitHub Container Registry and are signed with Notation.

Generate signing keys

Generate a new signing key pair:

openssl genrsa -out podinfo.key 2048
openssl req -new -key podinfo.key -out podinfo.csr -config codesign.cnf
openssl x509 -req -days 1826 -in podinfo.csr -signkey podinfo.key -out notation.crt -extensions v3_req -extfile codesign.cnf