cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1881
Views
5
Helpful
2
Replies

export vmanage 19.2 root-certificate

mzouggagh
Level 1
Level 1

in version 18.3 we can download root certificate from:

In the Controllers tab, click the Export Root Certificate button.

I DID Not found  Export Root Certificate button in vmanage 19.2

How can I export root certificat from vmanage19.2 ?

 

1 Accepted Solution

Accepted Solutions

David Aicher
Cisco Employee
Cisco Employee

I don't see the button in 18.4 version either.   it seems to have been removed.

 

you can copy the root cert manually by logging into the vmanage via ssh.   you would enter "vshell" and switch directories to /usr/share/viptela.   there you will find the file you are looking for which is  root-ca.crt. 



vmanage:/usr/share/viptela$ ls | grep root
root-ca.crt

 

you would have to use SCP to copy it from this directory. 

 

 

View solution in original post

2 Replies 2

David Aicher
Cisco Employee
Cisco Employee

I don't see the button in 18.4 version either.   it seems to have been removed.

 

you can copy the root cert manually by logging into the vmanage via ssh.   you would enter "vshell" and switch directories to /usr/share/viptela.   there you will find the file you are looking for which is  root-ca.crt. 



vmanage:/usr/share/viptela$ ls | grep root
root-ca.crt

 

you would have to use SCP to copy it from this directory. 

 

 

Thank's David,

I upload it using winscp.