S
S
Sergey2014-12-26 09:45:02
Digital certificates
Sergey, 2014-12-26 09:45:02

Where is it more profitable to buy an SSL certificate with a client block?

Please tell me a service with reasonable prices for obtaining a valid SSL certificate with the subsequent possibility of issuing your client certificates. (issuance of server servers is not required)

That is, there is a domain - we want to put the purchased certificate on it and issue it to clients to be able to log in, naturally, if the client does not have a certificate, we will not let it in.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
W
William Thorn, 2014-12-26
@xydope

www.thawte.com

E
Eugene, 2014-12-26
@Nc_Soft

moniker.com

P
Pavel Karpacho, 2015-02-05
@beatpavel

I would buy from specialized projects selling SSL certificates or from developers of hosting panels. Their sales volumes are much higher than those of hosters (who sell everything in a row). Due to this, the discount from certification centers is often much higher, and prices are more attractive.
If we talk about benefits, then the alignment is as follows:
Masterhost - from 2800 rubles / g
Sslcertificates - from 900 rubles) (it used to be cheaper, but due to the fall of the national currency, their prices in dollars become overpriced)

N
NiKO2On, 2015-04-27
@NiKO2On

For your task, you do not need to buy paid SSL certificates. Enough to release your own.
I give an example of commands for Linux, Debian, Ubuntu:
# install OpenSSL
# create a private key of the root certificate
# store it, do not show the file rootCA.key to anyone
# generate a root certificate
# distribute it to your clients (file rootCA.crt)
RELEASE OUR CERTIFICATE FOR THE DOMAIN ########## ###
######## for example for hubhost.ru domain ######################
hubhost.ru can be replaced by any other domain
# generates a private key for the SSL domain
# store, do not show the hubhost.key file to anyone
# generate a CSR request
# sign with the root certificate
# Install hubhost.crt and hubhost.key on host or server.
# Distribute our root certificate rootCA.crt to users
As a result, users who installed rootCA.crt will see a green line and a padlock96057200b34549d9a8746d5e7c7c4c28.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question