Creating an entry for the PuTTY launcher
To create an entry for the PuTTY launcher:
- Go to Secret Settings > Integrity Check and select Create.
The New Client Software window opens.
- In Name, enter
putty
. - In the Package pane, select Create.
The New Client Package window opens.
- In the first client package, we check if the software is a 32-bit version by checking the executable hash with MD5.
We also intend to store a copy of the software on the FortiPAM disk for the user to download.
- In Name, enter
x86
. - In Integrity Check Option, select Executable hash.
- In the Hash Algorithm dropdown, select
MD5
. - In the Hash field, enter the client package hexadecimal hash value.
We use the
Certutil -hashfile filename MD5
command and replace the filename with the path to the uncorrupted software (putty.exe
) to generate the hash field. - In the Package Download Option dropdown, select Internal download URL.
- In Package, select +Upload File, locate the PuTTY MSI file from your management computer, and click Open.
The PuTTY MSI file is provided when the integrity check fails.
- Click OK.
- In Name, enter
- In the second client package, we check the certificate of the software to see if it is the latest 64-bit version. In this case, we do not store a local copy of the software. Instead, we provide an official link to the 64-bit version of PuTTY (MSI file) in the External Download Url field.
- In Name, enter
x64
. - In Integrity Check Option, select Certificate.
- In CA Certificate, select the Fortinet_CA_SSL certificate.
- In Package Download Option, select External download URL.
- In External Download Url, enter the official download URL for the 64-bit version of PuTTY (MSI file).
- Click OK.
- In Name, enter
- Click Submit.