Skip to content

Enabling cert-manager with letsencrypt #15

Description

@plexcellmedia

Hey!

I managed to get HTTPS enabled with paid certificate with these steps:

  1. Open port 443 on web service/deployment
  2. Create folder tools/secrets/ssl and place certificate and private key there
  3. Add to ENV
- name: WEB_SSL_FULLCHAIN
  value: ssl/fullchain.pem
- name: WEB_SSL_PRIVKEY
  value: ssl/privkey.key
  1. Add to Dockerfile
    COPY ./tools/secrets/ssl/ /etc/nginx/ssl/

But my question is, after installing cert-manager with Helm using tutorial provided here:
https://cert-manager.readthedocs.io/en/latest/getting-started/install.html#installing-with-helm

How can I replace WEB_SSL_FULLCHAIN and WEB_SSL_PRIVKEY to look certificate provided by letsencrypt?

Has anybody managed to get cert-manager to work with this setup?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions