openssl create certificate netscaler / fortigate from pfx IIS
- No Comments
- Jul, 17, 2014
- Angelo Schalley
- Certificates, Fortigate/Fortinet, Netscaler, Networking, security
use a linux distro off your choice or download the unix tools to a microsoft machine
openssl pkcs12 -in site.domain.com.pfx -nocerts -out site.domain.com.key.pem
openssl pkcs12 -in site.domain.com.pfx -clcerts -out site.domain.com.pem
openssl rsa -in site.domain.com.key.pem -out site.domain.com.server.key
Read more on openssl create certificate netscaler / fortigate from pfx IIS…
Hostfile aanpassen
- No Comments
- Jun, 12, 2014
- Angelo Schalley
- Networking, Windows-Microsoft
Hoe kunt u uw hostfile aanpassen?
Een hostfile is een tekst bestand welke op uw computer staat. Wanneer u in uw browser een adres in tikt, zal als eerste dit bestand worden geraadpleegd om te controleren of de website bezocht mag worden, en waar de website precies staat. Het is dus eigenlijk een soort adres boek voor uw computer.
In sommige gevallen wordt er een nieuwe website elders ontwikkeld, maar is het de bedoeling dat de buiten wereld deze nieuwe website nog niet ziet, u kunt dan door middel van een aanpassing in dit bestand uw computer vertellen dat de nieuwe website op een nieuwe server staat.
Read more on Hostfile aanpassen…
Configuring SSL Bridging on Netscaler VPX
- No Comments
- Feb, 25, 2014
- Angelo Schalley
- Netscaler, Networking, security
An SSL bridge configured on the NetScaler appliance enables the appliance to bridge all secure traffic between the SSL client and the SSL server. The appliance does not offload or accelerate the bridged traffic, nor does it perform encryption or decryption. Only load balancing is done by the appliance. The SSL server must handle all SSL-related processing. Features such as content switching, SureConnect, and cache redirection do not work, because the traffic passing through the appliance is encrypted.
Read more on Configuring SSL Bridging on Netscaler VPX…