- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- VSX folders
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
VSX folders
To have the Mobile Access Blade connect with https to the internal storefront server I need to add the internal host CA to the gateway/dms.
The directory $CVPNDIR/var/ssl/ca-bundle/ as mentioned in sk86860 does not exist in VSX.
I'm looking for the VSX equivalent.
Thanks in advance
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[Expert@fwa0028:0]# vsenv 3
Context is set to Virtual Device FWA0028_TLVS1 (ID 3).
[Expert@fwa0028:3]# cd $CVPNDIR
[Expert@fwa0028:3]# pwd
/opt/CPcvpn-R77/CTX/CTX00003
[Expert@fwa0028:3]# cd /var/ssl
-bash: cd: cd/var/ssl: No such file or directory
[Expert@fwa0028:3]#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
oops solved
cd var/ssl instead of cd /var/ssl does the job.
[Expert@fwa0028:3]# cd $CVPNDIR/var/ssl/ca-bundle/
[Expert@fwa0028:3]# pwd
/opt/CPcvpn-R77/CTX/CTX00003/var/ssl/ca-bundle
found the CA files in the ca-bundle folder so I can add mine in that location.
