VMware Workspace ONE Community
Speedbmp
Enthusiast
Enthusiast

SSL Cert

i'm want to put an SSL cert on the gateway, however i can't seem to find the generate CSR, so i can upload it to a SSL cert vendor.

i read the documentation and was unable to find where i can generate and copy the CSR.

Thanks again.

Stephen.

Labels (1)
Tags (2)
0 Kudos
2 Replies
thakala
Hot Shot
Hot Shot

AFAIK there is no CSR generation feature in Workspace admin tool, so you need to generate CSR by using OpenSSL toolkit:

openssl req -out workspace-domain-com.csr -new -newkey rsa:2048 -nodes -keyout workspace-domain-com.key

OpenSSL is included in many Linux distributions and you can download it for Windows at Shining Light Productions - Win32 OpenSSL

Tomi http://v-reality.info
0 Kudos