If you have designed a Web platform that uses client-side SSL authentication you probably need to create a client SSL certificate to share with your clients. I added steps of creating a new Client certificate with OpenSSL commands.....
How to fix internal IP address or internal network name disclosure vulnerability?
If you need to fix "web server internal IP address/internal network name disclosure vulnerability" for Nginx please check these steps and configuration examples.....
How to list or remove file which is older then N days
If you are trying to get a list of files or directory which is older then "N" days you should check this script. There is an easy way to get this information with the find command.....
How to prepare disks for oracle ASM?
At this post, I write step by step how to configure and prepare disks for Oracle ASM. Before start operation, I added some information and product that we used while defining ASM disk for oracle.....
How to forward specific log file to a remote syslog server?
At this post, I added steps about how to forward specific log file to a remote Syslog server? If you need to forward application logs to your remote Syslog server then check these steps.....
How to fix SNI problem for SSL request?
f you get a problem with SNI while creating an SSL connection to the web server, you should follow this post to debug your case. I want to add some steps about how to debug and fix the SNI problem.....