Category Archives: IIS

wildcard renew for windows IIS

open terminal and paste info below, file name call 2020_wildcard openssl pkcs12 -export \-out 2026_wildcard.pfx \-inkey generated-private.key \-in 4e62c74d28dbf319.crt \-certfile gd_bundle-g2.crt \-keypbe PBE-SHA1-3DES \-certpbe PBE-SHA1-3DES \-legacy

Posted in IIS, SSL | Comments Off on wildcard renew for windows IIS

How to Disable Directory Browsing on Apache

Disabling Directory Browsing in the Main Configuration File It’s simple to disable directory browsing in the Apache main configuration file by changing the Options directive to make sure the Indexes option is disabled. This directive determines how directories behave in … Continue reading

Posted in apache, centOS, IIS, My Linux, ubuntu | Comments Off on How to Disable Directory Browsing on Apache

How to Install Apache on CentOS

The Apache web server is the most widely used platform for deploying HTTP-based services. Its popularity is due to its support for dynamically loadable modules, compatibility with various file formats, and integration with other software tools. Prerequisites To install the … Continue reading

Posted in apache, centOS, IIS | Comments Off on How to Install Apache on CentOS

Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin

reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server” /v Enabled /t REG_DWORD /d 0 /f reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server” /v DisabledByDefault /t REG_DWORD /d 1 /f reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client” /v Enabled /t REG_DWORD /d 0 /f reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client” /v DisabledByDefault /t … Continue reading

Posted in IIS, My Windows, windows | Comments Off on Disable TLS 1.0 and TLS 1.1 on Windows Server using CMD as admin

cert not store in server certificate

Posted in IIS, SSL, windows | Comments Off on cert not store in server certificate