Sunday, 8 January 2023
#VMware vCenter - log storage disk space full
Monday, 12 December 2022
Using OPEN SSL to convert a certificate from the .PFX format to the .PEM format
1. From command prompt run following command:
openssl pkcs12 -in <import .pfx cert from where> -out <export .pem file to where> -nodes
openssl pkcs12 -in c:\openssl\SSLcert.pfx -out c:\openssl\servercert.pem -nodes
2. Enter SSL cert pricate key password.
3. If MAC verified OK show, mean .pem cert successful exported.
Thursday, 8 December 2022
#Install OPEN SSL for Windows
Download source: https://sourceforge.net/projects/openssl/files/openssl-1.0.2j-fips-x86_64/
1. After download, extract the zip file. (example: c:\)
2. Go to system properties (or from RUN enter sysdm.cpl)
3. Go to Advanced > Environment Variables.
Variable name: OPENSSL_CONF
Variable value: c:\OpenSSL\bin\openssl.cnf
8. Restart computer.
9. Run Open SSL in cmd. Type openssl version
Sunday, 4 September 2022
Fortigate - Block all PING/ICMP and allow PING/ICMP from a specific IP only
Step 1:
Create new addresses or addresses group. (In this example is Trusted PING)
Step 2:
Configure local-in-policy
Edit 1 is to allow ping only for specific IP in addresses group.
Edit 2 is to deny all IP addresses.
From CLI
# config firewall local-in-policy
# edit 1
# set intf "wan1"
# set srcaddr "Trusted PING"
# set dstaddr "all"
# set action "accept"
# set service "ALL_ICMP"
# set schedule "always"
# next
# edit 2
# set intf "wan1"
# set srcaddr "all"
# set dstaddr "all"
# set service "ALL_ICMP"
# set schedule "always"
# next
# end
SAMPLE:
Sunday, 27 March 2022
Download Adobe Reader DC offline installer
Use the following link
https://ardownload2.adobe.com/pub/adobe/acrobat/win/AcrobatDC/2200120085/AcroRdrDCx642200120085_en_US.exe
Description: