hpe-dev-incubator / hpe-dev-portal

MIT License
9 stars 131 forks source link

Create Blog “generating-self-signed-certificates-using-cert-manager-for-kubernetes-in-hpe-greenlake-for-private-cloud-entreprise” #2397

Closed GuopingJia closed 7 months ago

GuopingJia commented 8 months ago

Automatically generated by Netlify CMS

netlify[bot] commented 8 months ago

Deploy Preview for hpe-dev-portal ready!

Built without sensitive environment variables

Name Link
Latest commit 2d3da14eb3bda5da5b57d54ed168c12182cfbcc2
Latest deploy log https://app.netlify.com/sites/hpe-dev-portal/deploys/65f41725eacb3e0008a7e13c
Deploy Preview https://deploy-preview-2397--hpe-dev-portal.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

aws-amplify-us-east-1[bot] commented 8 months ago

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2397.d2wz01xj8bm9sl.amplifyapp.com

GuopingJia commented 8 months ago

Hi Guoping,

Thank you very much for your great and interesting blog post. I just put a few comments and suggestions for edits. Dale Rensing will go through the editorial review in the coming days or so.

Thanks Denis

Thanks Denis for your review comments.

The new patch contains all the changes requested from your comments. Just let me know if there is still anything I need to change.

Guoping

GuopingJia commented 7 months ago

Great blog post! Thank you! Hope you find my comments helpful. Dale

Thanks Dale for your comments ! They are indeed very helpful !

The new patch contains all the changes from your comments. Please review and let me know in case anything you want me to change.

Guoping

drensing commented 7 months ago

[like] Rensing, Dale reacted to your message:


From: GuopingJia @.> Sent: Friday, March 15, 2024 9:28:17 AM To: hpe-dev-incubator/hpe-dev-portal @.> Cc: Rensing, Dale @.>; Review requested @.> Subject: Re: [hpe-dev-incubator/hpe-dev-portal] Create Blog “generating-self-signed-certificates-using-cert-manager-for-kubernetes-in-hpe-greenlake-for-private-cloud-entreprise” (PR #2397)

@GuopingJia commented on this pull request.


In content/blog/generating-self-signed-certificates-using-cert-manager-for-kubernetes-in-hpe-greenlake-for-private-cloud-entreprise.mdhttps://github.com/hpe-dev-incubator/hpe-dev-portal/pull/2397#discussion_r1525988766:

+ +An Issuer in cert-manager is a K8s CRD resource that represents a certificate authority (CA) that's able to generate a signed certificate by honoring certificate signing request (CSR). All cert-manager certificates require a referenced issuer that is in a ready condition to attempt to honor the request. + +Here is a self-signed issuer YAML manifest file issuer-selfsigned.yaml: + +```shell +$ cat issuer-selfsigned.yaml +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata:

  • name: cfe-selfsigned-issuer +spec:
  • selfSigned: {} +```
  • +Type the following commands to create a namespace in which you want to generate certificates and deploy the issuer. Replace the sample namespace cfe-apps in the commands with your own namespace.

Changed it to "deploy the CRD Issuer resource to this namespace"

— Reply to this email directly, view it on GitHubhttps://github.com/hpe-dev-incubator/hpe-dev-portal/pull/2397#discussion_r1525988766, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASPH7RMPDYDUGERBCJJFM5LYYK5LDAVCNFSM6AAAAABERZYQ5SVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSMZYGQ3TKNZXHE. You are receiving this because your review was requested.Message ID: @.***>