I've read through countless posts within this forum in this same topic: how to upload a certificate to an AP and apply it to the captive portal. Specifically, I'm attempting to upload a self-signed certificate, but continue to receive the error: Unable to Upload Certificate File: The file xxxxx was not uploaded because it is not a properly formatted certificate file.
That seems clear enough, so I've tried to follow various instructions from similar posts in this forum on how to properly format such a certifcate, but have been unsuccessful thus far to succesfully upload a certificate. I've succefully uploaded the same certificates I've generated as CA certificate's, but that's obviosuly not helpful. I've tried uploading pem, crt, cer, all X509, but all fail.
Here is the general OpenSSL comman that I've been running, in different variations, in an attempt to get this to work:
openssl req -newkey rsa:2048 -nodes -keyout mykey.key -x509 -days 365 -out mycert.crt
I've then combined the key and crt file together, with the cert on top and the key on the bottom, and saved that as a pem. That doesn't work, unfortunately.
Here are some details on what I'm working with:
ArubaOS (MODEL: 105), Version 6.4.4.8-4.2.4.9
I think that's actually all that's needed. I'd appreciate any thoughts or suggestions and will be prompt in my response!