Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when i create a ceritificate how can i use it? its not working and shows in certificates list #90

Closed
masihgh opened this issue May 16, 2024 · 2 comments
Labels
question Further information is requested

Comments

@masihgh
Copy link

masihgh commented May 16, 2024

dear dockploy

thank's a lot for a best open source Paas Platform!

i want to create a certificate for a cpanel host DynamicDNS
an use it for a domain but its not working!

image
image

@Siumauricio
Copy link
Contributor

Thank you, glad to hear it's working well!

In the certificate section we do nothing more than create a certificate and place it in a place where traefik can detect it, however just creating it doesn't mean that it works, you need to make some changes in traefik file system tab.

When you create a certificate it will generate a file like this

tls:
  certificates:
    - certFile: "/path/to/cert.crt"
      keyFile: "/path/to/cert.key"

then in the traefik.yml you need to change the TLS and the configuration should be something like this, this will make by default traefik use the default certificate

tls:
  stores:
    default:
      defaultCertificate:
        certFile: "/path/to/cert.crt"
        keyFile: "/path/to/cert.key"

@Siumauricio Siumauricio added the question Further information is requested label May 18, 2024
@masihgh
Copy link
Author

masihgh commented May 20, 2024

hank you very much! We need more documentation in Dockploy, and I can contribute to the English documentation effectively. Let's make it better!

@masihgh masihgh closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants