Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rsteckler/528dae2ee3c4696fbcc3e7dd0d983d8f to your computer and use it in GitHub Desktop.
Save rsteckler/528dae2ee3c4696fbcc3e7dd0d983d8f to your computer and use it in GitHub Desktop.
ubuntu@node1:~$ kubectl describe certificate home-secure-tls-secret
Name: home-secure-tls-secret
Namespace: default
Labels: <none>
Annotations: <none>
API Version: certmanager.k8s.io/v1alpha1
Kind: Certificate
Metadata:
Creation Timestamp: 2019-05-04T15:27:06Z
Generation: 4
Owner References:
API Version: extensions/v1beta1
Block Owner Deletion: true
Controller: true
Kind: Ingress
Name: external-home-secure-ingress
UID: 131b0983-6e81-11e9-9e5e-00505698f4db
Resource Version: 2324318
Self Link: /apis/certmanager.k8s.io/v1alpha1/namespaces/default/certificates/home-secure-tls-secret
UID: 131c8931-6e81-11e9-9e5e-00505698f4db
Spec:
Acme:
Config:
Domains:
ombi.ryansteckler.com
redirect.ryansteckler.com
Http 01:
Ingress:
Ingress Class: nginx
Dns Names:
ombi.ryansteckler.com
redirect.ryansteckler.com
Issuer Ref:
Kind: ClusterIssuer
Name: letsencrypt-prod
Secret Name: home-secure-tls-secret
Status:
Conditions:
Last Transition Time: 2019-05-04T15:57:29Z
Message: Certificate is up to date and has not expired
Reason: Ready
Status: True
Type: Ready
Not After: 2019-08-02T14:57:28Z
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Generated 4m58s cert-manager Generated new private key
Normal OrderCreated 4m58s cert-manager Created Order resource "home-secure-tls-secret-2815960968"
Normal OrderComplete 4m56s cert-manager Order "home-secure-tls-secret-2815960968" completed successfully
Normal CertIssued 4m56s cert-manager Certificate issued successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment