Closed komiko1 closed 3 months ago
Install your tls.{key,crt}
into the base/
directory of where you installed the clone of this repository, and re-apply that. I script this roughly as
cp $p1 awx-on-k3s/base/tls.crt
/usr/local/bin/kubectl apply -k base
@komiko1
Hi, as @jpmens described, just replace your tls.crt
and tls.key
, then invoke kubectl apply -k base
again. Note that the crt and key files must be in PEM format.
@jpmens Thanks for your help!
@jpmens @kurokobo Thank you both for your guidance.
Environment
Description
I installed awx using kurokobo awx-on-k3s. It is working properly. I need to change the old tls with a new one. Both old and new tls have been issued locally by me. Could you please let me know how can I do this? I'd appreciate it if you give me a detailed instruction to do this. Thank you.