Using the ONTAP System Manager, I'm trying to add a certificate according to the docs. Unfortunately, whenever I try to import the private key file, I get the following error:
No valid private keys can be imported from the selected file.
When I copy & paste the private key and click on Save, it also fails, but with another error message:
The private key is not in a valid format. Paste in the private key, including the "BEGIN" and "END" tags.
My private key file contains the following "BEGIN" and "END" tags:
-----BEGIN RSA PRIVATE KEY-----
...
-----END RSA PRIVATE KEY-----
What am I doing wrong?