I am running a cluster on 7.17 and am looking at updating the TLS certs for internode communication. Currently, I'm using PEM certs for this, but I saw that the documentation for both setting up basic security and updating existing certs have instructions based on PKCS#12 and generating a .p12 file instead of .crt/.key files.
I was wondering if there was a reason that the documentation doesn't include any steps for setting up or updating certs via PEM (or if they're out there, can someone point me in the right direction?). Is PEM not recommended/soon-to-be deprecated?
Thanks in advance!