That's fine!
All you need to do is to import your private key and certificate (and possibly intermediate chain certificates) into CG. I invite you to read the following documentations to get help:
- https://www.cacheguard.net/doc/guide/re ... e.html#ssl
- https://www.cacheguard.net/doc/command/tls.html
If you have any questions regarding the TLS/SSL configuration, please feel free to post them on our forum at viewforum.php?f=21.
Warm Regards,
Anywhere Access
Re: Anywhere Access
Hi,
We are pleased to announce that we just released CacheGuard-OS version EH-1.3.6. This new release fixes the bug that prevented to use CG's IP addresses as the destination IP in firewall rules. Therefore, you can safely replace previously mentioned firewall rules by the following rules:
As you can see, any has been replaced by CG's external IP address (192.168.155.1).
Best Regards,
We are pleased to announce that we just released CacheGuard-OS version EH-1.3.6. This new release fixes the bug that prevented to use CG's IP addresses as the destination IP in firewall rules. Therefore, you can safely replace previously mentioned firewall rules by the following rules:
Code: Select all
firewall external add InternetToWSHTTP allow tcp any rweb 192.168.155.1 80 nil 10.0.10.11 80
firewall external add InternetToWSHTTPS allow tcp any rweb 192.168.155.1 443 nil 10.0.10.11 443
Best Regards,
Re: Anywhere Access
Hi
To upgrade from CacheGuard-OS version EH-1.3.5 to EH-1.3.6, a patch has been made available. You can follow instructions below to automatically upgrade your CG appliance from the Web GUI:
- Go to the [GENERAL] > [System Operations] > [Load OS Patch] page using menus.
- Click on the SUBMIT button and wait for the termination of the patch download.
- Go to the [GENERAL] > [Whole Configuration] > [Apply New Configuration] page using menus. Please note that clicking on the blinking down arrow button in blue in the top icon bar returns you to the same page (it's actually a shortcut which is only visible when the configuration is modified).
- Click on the SUBMIT button and wait for the apply operation termination.
At this stage your CG appliance should be upgraded. To very that the upgrade is effective, please go to the [HELP] > [About this System] page and check the "Operating System" value.
Best Regards,
To upgrade from CacheGuard-OS version EH-1.3.5 to EH-1.3.6, a patch has been made available. You can follow instructions below to automatically upgrade your CG appliance from the Web GUI:
- Go to the [GENERAL] > [System Operations] > [Load OS Patch] page using menus.
- Click on the SUBMIT button and wait for the termination of the patch download.
- Go to the [GENERAL] > [Whole Configuration] > [Apply New Configuration] page using menus. Please note that clicking on the blinking down arrow button in blue in the top icon bar returns you to the same page (it's actually a shortcut which is only visible when the configuration is modified).
- Click on the SUBMIT button and wait for the apply operation termination.
At this stage your CG appliance should be upgraded. To very that the upgrade is effective, please go to the [HELP] > [About this System] page and check the "Operating System" value.
Best Regards,
Re: Anywhere Access
Hi,
You can also use the CLI (Command Line Interface) to upgrade your CG appliance. To do so, please proceed as follows:
- Login from the console port or connect to your CG appliance using an SSH client (in this case the SSH administration service should be activated (admin ssh on ; apply force)).
- Perform the following command:
Wait for the termination of the patch download and then apply the patch using the command apply. After the termination of the apply operation, you can verify that the upgrade is effective by using the following command:
Best Regards,
You can also use the CLI (Command Line Interface) to upgrade your CG appliance. To do so, please proceed as follows:
- Login from the console port or connect to your CG appliance using an SSH client (in this case the SSH administration service should be activated (admin ssh on ; apply force)).
- Perform the following command:
Code: Select all
system patch aload
Code: Select all
system soft
Re: Anywhere Access
Upgrade successfully applied via WebGUI. Thanks.