-
By following the guide to install emqx-operator, the Question is:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Update: Then the question would be If I want to use this self-signed cert, how to renew it? |
Beta Was this translation helpful? Give feedback.
-
Hi, @wemod123 EMQX provides a default certificate, but we do not recommend using it in a production environment |
Beta Was this translation helpful? Give feedback.
Hi, @wemod123 EMQX provides a default certificate, but we do not recommend using it in a production environment
You can create your-self tls secret resource, and mount it in EMQX pods, by
.spec.emqxTemplate.extraVolumeMounts
and.spec.emqxTemplate.extraVolumes
Will this solve your problem? Please let me know