Top.Mail.Ru
  • CMS «GIRVAS»

    A flexible and free content management system that allows you to create a website of any direction.

    It's easier with us!

  • Absolutely free

    Stop using old and paid management systems! The era of new solutions has come - choose «GIRVAS»!

  • Karelian solution

    CMS "GIRVAS" was developed in the Republic of Karelia and is also included in the Register of Russian software by the Ministry of Digital Development of the Russian Federation (registry entry No. 25012 dated 11/27/2024).

Obtaining an SSL/TLS certificate from the National Certification Center of the Ministry of Digital Development

The importance of SSL/TLS certificates in the modern internet

In the era of digitalization, data protection has become critically important for any web resource. SSL/TLS certificates perform three key functions:

  • Ensure data encryption between the user and the server
  • Confirm the authenticity of the site
  • Enable operation over the secure HTTPS protocol

According to statistics, 85% of users leave a site when a "Not secure connection" warning appears. Since 2018, Google has considered the presence of HTTPS as a ranking factor in search results.

Problems with foreign certificates and advantages of the NCC

Risks of using foreign certificates

  • Sudden revocation for political reasons
  • Blocking of services for Russian organizations
  • Renewal difficulties due to sanctions restrictions

Advantages of the NCC certificate

  • Full compliance with Federal Law No. 63 "On Electronic Signatures" and Federal Law No. 152 "On Personal Data"
  • Guaranteed support by Russian browsers (Yandex, Atom, Sputnik)
  • Simple application procedure through the Gosuslugi portal
  • Use of domestic encryption algorithms GOST R 34.10-2021
  • No currency risks when paying

Technical characteristics of NCC certificates

Protection levels

  • DV (Domain Validation) - only verification of the right to the domain
  • OV (Organization Validation) - verification of the organization
  • EV (Extended Validation) - extended verification

Cryptographic parameters

  • Signature algorithm: GOST R 34.10-2021
  • Hash function: GOST R 34.11-2012
  • Key length: 256 bits
  • Support for OCSP and CRL for status verification

Step-by-step guide to obtaining the certificate

Preparation of documents

  • Extract from the Unified State Register of Legal Entities/Individual Entrepreneurs (no older than 30 days)
  • Passport details of the responsible person
  • Power of attorney (if the application is submitted by someone other than the head)

Generation of a CSR request

openssl req -new -newkey rsa:2048 -nodes -keyout domain.key -out domain.csr

Submitting an application on Gosuslugi

  1. Log in to your legal entity"s personal account
  2. Go to the "Electronic signatures and certificates" section
  3. Fill out the form by attaching the CSR file
  4. Pay the state fee (from 3,000 RUB)

Installing the certificate for popular web servers:

  • Apache
SSLCertificateFile /path/to/cert.crt

SSLCertificateKeyFile /path/to/private.key

  • Nginx
ssl_certificate /path/to/cert.crt;

ssl_certificate_key /path/to/private.key;

Comparison with foreign alternatives

Parameter NCC Let"s Encrypt Comodo
Validity period 1 year 90 days 1-2 years
Cost From 3,000 RUB Free From $50
GOST support Yes No No
Political risk No Yes Yes

Renewal specifics

The procedure should be started 30 days before expiration:

  1. Generate a new CSR
  2. Submit a renewal application
  3. Wait for verification (3-5 business days)
  4. Install the updated certificate

Problems and solutions

Common errors:

  • Mismatch of data in the CSR and application
  • Expired documents
  • Incorrect configuration of the trust chain

How to check the correctness of the installation:

openssl verify -CAfile bundle.crt your_domain.crt

Development prospects

During 2025, the Ministry of Digital Development plans:

  • Implementation of quantum-resistant algorithms
  • Integration with the Unified Identification System
  • Automatic renewal via the Gosuslugi API

Conclusion

NCC SSL/TLS certificates are a reliable solution for Russian organizations, ensuring:

  • Full compliance with legislation
  • Technical independence
  • Guaranteed support
  • A simple application procedure through Gosuslugi

For businesses, switching to domestic certificates is not only a matter of security, but also a strategic necessity in the context of digital sovereignty.

Translations

Comments

There are no comments for this entry.