Here is the easiest way to do it.
step 1> Insert meta tag in your html and upload it server that is running.

step 2> after uploading the page, click verify. And then you'll see a page like this in you google master.

step 3> Generating keys using OpenSSL. I assume you're using OS X. Do this in your terminal
step4> Upload myrsacert.pem


step 2> after uploading the page, click verify. And then you'll see a page like this in you google master.

step 3> Generating keys using OpenSSL. I assume you're using OS X. Do this in your terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generate the RSA keys and certificate | |
openssl req -x509 -nodes -days 365 -newkey rsa:1024 -sha1 -subj \ | |
'/C=US/ST=CA/L=Mountain View/CN=www.example.com' -keyout \ | |
myrsakey.pem -out myrsacert.pem |
step4> Upload myrsacert.pem
