EN
This determines which certificate you need. Choose your case — the relevant instructions will open.
You open NSD websites and services in a browser over an ordinary internet connection. This is the most common case.
You need to install the NCA certificates.
Your organisation is connected to NSD through the universal connection scheme — over dedicated communication channels.
You need to install the Moscow Exchange CA certificate.
The NCA certificates of the Russian Ministry of Digital Development go into the system store, so every browser and application on your computer starts trusting them. It takes about 5 minutes.
If your systems connect to NSD programmatically, install the NCA root and issuing certificates into the trust stores of your servers and applications, not just on user workstations.
keytool -importcert -trustcacerts \
-alias russian-trusted-root \
-file russian_trusted_root_ca.cer \
-keystore "$JAVA_HOME/lib/security/cacerts" \
-storepass changeitThen repeat for the issuing certificate with a different -alias and restart the application.
openssl s_client -connect www.nsd.ru:443 -servername www.nsd.ru </dev/null 2>&1 | grep -i "verify"Verify return code: 0 (ok) means the chain of trust is built correctly.
If your access is still not restored after installing the certificates, write or call us — we will help.
Official source of the certificates — gosuslugi.ru/crt. This page is updated as NSD services move to NCA certificates.