#Can someone help with generating CSR and Key file in NA box?
1 messages · Page 1 of 1 (latest)
@brittle valve
Did you see this ? https://nabox.org/faq/#working-with-certificate-signing-request
I ended up using openssl myself and creating a private key, CSR, getting the CSR signed, and then importing the Cert and CA Chain into NABox. We'd tried signing the CSR that was generated from NABox but the CA wouldnt accept it, so I made it myself using openssl and had no issues after that.