Posted On 28.12.2024

converting openSSL x509 into Kubernetes secrets

0 comments
confdroid.com >> blog >> converting openSSL x509 into Kubernetes secrets
$ kubectl create secret tls tls-secret-<secret-name> --key <key-name>.key --cert <certificate-name>.crt

$ kubectl get secrets/tls-secret-<secret-name> -o yaml 

This will give you some output like

apiVersion: v1
data:
    tls.crt: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS
    tls.key: LS0tLS1CRUdJTiBQUklWQVRFIE

Author Profile

12ww1160DevOps engineer & architect

Leave a Reply

Your email address will not be published. Required fields are marked *

sixteen + eighteen =

Related Post

Puppet with Foreman – Pilot

## Understanding Puppet Core with Foreman as ENC ### Introduction to Puppet DSL Puppet DSL…

Hiera vs Foreman

What is HIERA Here is Puppet's very own descripton of Hiera: " ...Hiera is Puppet’s…

Kubectl cheat sheet

I am dealing with Kubernetes on a daily basis. Although I am using the very…
Social Media Auto Publish Powered By : XYZScripts.com