Skip to main content

How to generate a self-signed SSL certificate for an IP address



This guide targeting how to connect remote Active Directory using secure LDAP-s Protocol. It is very common and easy that you can setup generate self sign certificate against any common name but challenge appears if you want to have certificate for internal IP address as common name.
Please check and follow step by step instructions of below video to achieve this objective.
Feel free to message me if you need any assistance. Thank you



Comments

Popular posts from this blog

windows-7-medal-of-honor-allied-assault-crashes-to-the-desktop

When you run Mohaa.exe the screen goes blank and display error message “ Medal of Honor   Allied Assault(TM) has stopped working .” I tried to run Mohaa.exe with different windows compatibility mode but not success. The only solution which worked is listed below: 1:   download zip file  opengl32  , extract it and place in Mohaa main directory. (Check now the game if still doesn't work then follow point 2) 2: Apply DirectX 9.0c (Jun 10) using this  link  or you can find any other by searching in google.com. This solution has been verified by many other PC users and it works fine on Windows 7,8,10 .

Error: this command requires the 'rabbit' app to be running on the target node. Start it with 'rabbitmqctl start_app'

  Problem Statement: RabbitMQ is not working or loading on the Windows Server . when executing command  rabbitmqctl status rabbitmqctl add_users then it display this error  Error: this command requires the 'rabbit' app to be running on the target node. Start it with 'rabbitmqctl start_app'. Arguments given:   status Usage rabbitmqctl [--node <node>] [--longnames] [--quiet] status [--unit <unit>] [--timeout <timeout>] Solution: Uninstall RabbitMQ and Erlang via Windows Control Panel. Remove any leftover files in locations: %APPDATA%\RabbitMQ %ProgramFiles%\RabbitMQ Server Reinstall Erlang and RabbitMQ.