{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "MPAK`s page: заметки с тегом #ssl",
    "_rss_description": "Подсказки для себя..",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/ae79.ru\/tags\/ssl\/",
    "feed_url": "https:\/\/ae79.ru\/tags\/ssl\/json\/",
    "icon": "https:\/\/ae79.ru\/pictures\/userpic\/userpic@2x.jpg?1536141104",
    "authors": [
        {
            "name": "MPAK",
            "url": "https:\/\/ae79.ru\/",
            "avatar": "https:\/\/ae79.ru\/pictures\/userpic\/userpic@2x.jpg?1536141104"
        }
    ],
    "items": [
        {
            "id": "2",
            "url": "https:\/\/ae79.ru\/all\/lets-encrypt-sertifikat-v-centos-7\/",
            "title": "Let’s encrypt сертификат в Centos 7.",
            "content_html": "<p>Ставим certbot<\/p>\n<pre class=\"e2-text-code\"><code class=\"bash\">\nyum -y install yum-utils\nyum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional\nyum install certbot\n<\/code>\n<\/pre>\n<p>Так как у нас уже занят http-порт то запускаем его в режиме webroot<\/p>\n<pre class=\"e2-text-code\"><code class=\"bash\">\ncertbot certonly --webroot -d мой_домен\n<\/code>\n<\/pre>\n<p>отвечаем на вопросы и после можем использовать сертификаты:<br \/>\nssl_certificate \/etc\/letsencrypt\/live\/мой_домен\/fullchain.pem;<br \/>\nssl_certificate_key \/etc\/letsencrypt\/live\/мой_домен\/privkey.pem;<\/p>\n<p>и в крон прописываем обновление сертификатов раз в неделю<\/p>\n<pre class=\"e2-text-code\"><code class=\"bash\">\n1 5 * * 6 \/usr\/bin\/certbot renew\n<\/code>\n<\/pre>\n<p>Источник: <a href=\"https:\/\/gita-dev.ru\/blog\/ustanovka-i-obnovlenie-ssl-sertifikatov-lets-encrypt-v-centos-7\/\">https:\/\/gita-dev.ru\/blog\/ustanovka-i-obnovlenie-ssl-sertifikatov-lets-encrypt-v-centos-7\/<\/a><\/p>\n",
            "date_published": "2018-09-05T18:29:46+05:00",
            "date_modified": "2019-01-21T14:37:36+05:00",
            "tags": [
                "#centos7",
                "#ssl"
            ],
            "_date_published_rfc2822": "Wed, 05 Sep 2018 18:29:46 +0500",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "2",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}