10.06.2015 Views

inSync Private Cloud 5.2 - inSync Help - Druva

inSync Private Cloud 5.2 - inSync Help - Druva

inSync Private Cloud 5.2 - inSync Help - Druva

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>inSync</strong> <strong>5.2</strong> <strong>Private</strong> <strong>Cloud</strong> – Administrator’s Guide<br />

Generating a Certificate Signing Request<br />

To generate a Certificate Signing Request, you must have a RSA private key. If you do not have a RSA<br />

private key, you can use the openssl toolkit to generate one. Once you have the private key is<br />

generated, you can use the openssl toolkit it to create a CSR in DER format.<br />

To generate a RSA private key, use the following command in your openssl toolkit:<br />

openssl genrsa -des3 -out privatekey.pem 2048<br />

In the above code, privatekey.pem is the name of the private key that you want to generate.<br />

To create a CSR in DER format, use the following commands in your openssl toolkit:<br />

openssl req -new -key privatekey.pem -out customer.csr<br />

openssl req -inform pem -outform der -in customer.csr –out customer.der<br />

In the above code, customer.der is the CSR in DER format.<br />

Acquiring a Signed Certificate from the <strong>Druva</strong> Support Team<br />

To receive a signed certificate from the <strong>Druva</strong> Support team, email the CSR in DER format<br />

to support@druva.com. The <strong>Druva</strong> Support team will email you the signed certificate.<br />

Generating an APN Certificate<br />

You can generate an APN certificate from the Apple Push Certificates portal<br />

(https://identity.apple.com/pushcert/). To log on to the portal, you must have an Apple ID.<br />

To generate an APN certificate, log on to the Apple Push Certificates portal and upload the signed<br />

certificate you received from the <strong>Druva</strong> Support team. Apple will create the APN certificate for you.<br />

Download the certificate from the portal.<br />

After you download the APN certificate, append your private key (without password) to it. To append<br />

the private key, you can use the following command in the opensssl toolkit:<br />

openssl rsa -in privatekey.pem-out plainkey.pem<br />

202

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!