Chapter 6 . Securing Linux 221 The make (Free web hosting music)

Chapter 6 . Securing Linux 221 The make command utilizes the Makefile to create SSL certificates. Without any arguments the make command simply prints the information as just shown. The following are the arguments you can give to make: Argument Description make server.key Creates generic public/private key pairs. make server.csr Generates a generic SSL certificate service request. make server.crt Generates a generic SSL test certificate. make stunnel.pem Generates a generic SSL test certificate, but puts the private key in the same file as the SSL test certificate. make genkey Same as make server.key except it places the key in the ssl.key directory. make certreq Same as make server.csr except it places the certificate service request in the ssl.csr directory. make testcert Same as make server.crt except it places the test certificate in the ssl.crt directory. Using Third-Party Certificate Signers In the real world, I know who you are because I recognize your face, your voice, and your mannerisms. On the Internet, I cannot see these things and must rely on a trusted third party to vouch for your identity. To ensure that a certificate is immutable, it has to be signed by a trusted third party (certificate authority) when the certificate is issued and validated every time an end user taking advantage of your secure site loads it. The following are trusted third-party certificate signers: . GlobalSign (www.globalsign.net) . Baltimore (www.baltimore.com) . GeoTrust (www.geotrust.com) . VeriSign (www.verisign.com) . FreeSSL (www.freessl.com) . Thawte (www.thawte.com) . EnTrust (www.entrust.com) . ipsCA (www.ipsca.com) . COMODO Group (www.comodogroup.com)
Note: If you are looking for cheap and reliable webhost to host and run your mysql application check mysql web server services.

Leave a Reply