Advertisement
Guest User

Untitled

a guest
Sep 7th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. > kubectl get clusterissuer/letsencrypt-prod -o yaml
  2. apiVersion: certmanager.k8s.io/v1alpha1
  3. kind: ClusterIssuer
  4. metadata:
  5. annotations:
  6. kubectl.kubernetes.io/last-applied-configuration: |
  7. {"apiVersion":"certmanager.k8s.io/v1alpha1","kind":"ClusterIssuer","metadata":{"annotations":{},"name":"letsencrypt-prod","namespace":""},"spec":{"acme":{"email":"shaun@shaun.io","http01":{},"privateKeySecretRef":{"name":"letsencrypt-prod-account-key"},"server":"https://acme-v02.api.letsencrypt.org/directory"}}}
  8. creationTimestamp: 2018-09-04T10:26:08Z
  9. generation: 1
  10. labels:
  11. io.cattle.field/appId: cert-manager
  12. name: letsencrypt-prod
  13. resourceVersion: "187680"
  14. selfLink: /apis/certmanager.k8s.io/v1alpha1/clusterissuers/letsencrypt-prod
  15. uid: f03695f4-b02c-11e8-92ba-005056a834b5
  16. spec:
  17. acme:
  18. email: shaun@shaun.io
  19. http01: {}
  20. privateKeySecretRef:
  21. key: ""
  22. name: letsencrypt-prod-account-key
  23. server: https://acme-v02.api.letsencrypt.org/directory
  24. status:
  25. acme:
  26. uri: https://acme-v02.api.letsencrypt.org/acme/acct/41494442
  27. conditions:
  28. - lastTransitionTime: 2018-09-04T10:26:16Z
  29. message: The ACME account was registered with the ACME server
  30. reason: ACMEAccountRegistered
  31. status: "True"
  32. type: Ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement