Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Sign a Cloudaware certificate request that will be used by Kubernetes control plane node as - see example below:

openssl x509 -req -in cloudaware_test.csr -CA /etc/kubernetes/pki/ca.crt -CAkey /etc/kubernetes/pki/ca.key -CAcreateserial -out cloudaware_test.crt -days 3650

...