Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In development level I want to add feature green address bar in SSL certificate.
Posted

1 solution

"green address bar" is not a programming feature. If you buy a proper level of SSL certificate, you get the green bar by default. You don't have to, can't do anything more about this.

Have a look here: http://www.digicert.com/ssl-support/code-to-enable-green-bar.htm[^]

[Update]
"Green bar" is actually an Extended Validation Certificate. Well, read specification first: https://www.cabforum.org/Guidelines_v1_4.pdf[^], than consult your CA software documentation and MSDN to see how exactly you have to proceed to add the attributes.
But: if your CA has no EV-enabled root CA cert that is installed in the browser, it won't work. You can't declare your CA cert as EV enabled, if you are not authorized to be one - but than your CA root cert should have this. Please read this short section: Issuing criteria.
 
Share this answer
 
v3
Comments
sumana_sristy 10-Apr-13 0:31am    
Thank you.
My company is Certification Authorities company and it provides SSL certificate. But our website have not 'green address bar' feature, so we add this feature.
How to add this feature in development level?
Zoltán Zörgő 10-Apr-13 1:51am    
So you want to provide this feature, not use it... ah, you haven't mentioned this.
sumana_sristy 10-Apr-13 2:08am    
I'm sorry, I didn't mention detail problem. This company develop software using mainly two language C#.net and Java.
Please suggest me any idea or guideline to provide this feature. Thank you for your response.
Zoltán Zörgő 10-Apr-13 2:12am    
Please see my update

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900