Все переводы

Материал из SmartPlayer

Введите имя сообщения для показа всех доступных переводов.

Сообщение

Найдено 2 перевода.

СообщениеТекущий текст
 ист. английский (en)By this point, you should have three certificates and a private key:
* Root SSL certificate, CA certificate (for example, in this guide we will call it: rootCA.crt)
* Intermediate certificate (for example, in this guide we will call it: intermediateCA.crt)
* SSL certificate (for example, in this guide we will call it: server-sp.crt)
* SSL private key (for example, in this guide we will call it: server-sp.key)
=== <span id="installCertificatesOnServerApp">'''Configuring the SmartPlayer Server Application (and Personal Account)''' ===
Create a certificate chain from the "intermediate certificate" and the "SSL certificate" by combining them into one file. There are different ways to do this:
# Open any text editor and paste the content of the "intermediate certificate" file first, then paste the content of the "SSL certificate" file '''without any spaces''' from the next line. Save the resulting text document with the *.crt extension.
# When working in Linux, simply execute the command: <code>cat intermediateCA.crt server-sp.crt > server-sp-chain.crt</code>
 ист. русский (ru)К этому моменту на руках должно быть три сертификата и приватный ключ:
* Корневой сертификат SSL, CA certificate (для примера в инструкции назовем: rootCA.crt)
* Промежуточный сертификат (для примера в инструкции назовем: intermediateCA.crt)
* SSL сертификат (для примера в инструкции назовем: server-sp.crt)
* SSL приватный ключ (для примера в инструкции назовем: server-sp.key)
 
=== <span id="installCertificatesOnServerApp">'''Настройка серверного приложения (и личного кабинета) SmartPlayer'''</span> === 
Создайте цепочку сертификатов из "промежуточного сертификата" и "ssl сертификата" соединив их в один файл. Есть разные способы, как это сделать:
# Открыть любой тестовый редактор и в него вставить вначале содержимое файла "промежуточного сертификата", а дальше '''без пробелов''' вставить содержимое следующего "ssl сертификата" '''с следующей строчки'''. Сохранить полученный тестовый документ с разрешением *.crt.
# При работе в Linux достаточно выполнить команду: <code>cat intermediateCA.crt server-sp.crt > server-sp-chain.crt</code>