Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

6024

June 8th, 2017 01:00

How to fetch the CSR generated on Data Domain Management Center

Hello,

In my corporation we have strict rules about https, and attempt to browse services protected by unrecognized or untrusted source is prevented


IE.png

Through the CLI, we managed to create a certificate signing request

CSR.png

but we didn't find any guideline on how to fetch this request and feed it to our PKI.


Since the appliance is a stripped down version of DDOS, nfs export or cifs share are unavailable.

We've tried FTP, FTPS, SCP , but all those  protocol are failing to fetch the text file located at :

/ddvar/certificates/CertificateSigningRequest.csr

Cert-Path.png

so to resume we are looking for ways:

  1. To fetch that file
  2. Sign the request with our PKI
  3. Copy the answer back to the appliance
  4. Finish the  signing request workflow, and configure the https service with the signed version
  5. Deactivate http and keep only the secure version

June 8th, 2017 04:00

Well I've finally found why SCP was not working

The root of the issue was in our SSH client suite of tools. (Putty/WinSCP)

The interactive session was working flawlessly :

s-cnect-ddmc.png

So, we were unaware of any incompatibilities between the client and the sshd daemon on the appliance:

--> Winscp , pscp, etc are all failing to transfer the file:

pscp.png

But the same transfer from a linux client is working :

scp.png

--> the rest of the workflow was successful

adminaccess certificate import host application https file signed-certificate.pem

1 Rookie

 • 

14.3K Posts

June 8th, 2017 03:00

You should move you question to Data Domain forum for appropriate audience.

1 Message

June 8th, 2017 13:00

Thank you for posting this solution, I've been trying to get an answer to this same exact question from support for over a week.

No Events found!

Top