{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Аникин: заметки с тегом lets encrypt",
    "_rss_description": "Блог об администрировании Linux, BSD и не только",
    "_rss_language": "ru",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/anikin.pw\/tags\/lets-encrypt\/",
    "feed_url": "https:\/\/anikin.pw\/tags\/lets-encrypt\/json\/",
    "icon": "https:\/\/anikin.pw\/pictures\/userpic\/userpic@2x.jpg?1478690884",
    "authors": [
        {
            "name": "Петр Аникин",
            "url": "https:\/\/anikin.pw\/",
            "avatar": "https:\/\/anikin.pw\/pictures\/userpic\/userpic@2x.jpg?1478690884"
        }
    ],
    "items": [
        {
            "id": "113",
            "url": "https:\/\/anikin.pw\/all\/ustanovka-certbot-na-astra-linux\/",
            "title": "Установка certbot на astra linux",
            "content_html": "<p>Убедитесь, что установлен python3-pip<\/p>\n<pre class=\"e2-text-code\"><code class=\"\"># apt install python3-pip python3-venv<\/code><\/pre><p>Создайте виртуальное окружение в удобном месте (например, в \/opt\/certbot)<\/p>\n<pre class=\"e2-text-code\"><code class=\"\"># python3 -m venv \/opt\/certbot-env<\/code><\/pre><p>Активируйте окружение и установите пакеты<\/p>\n<pre class=\"e2-text-code\"><code class=\"\"># source \/opt\/certbot-env\/bin\/activate\n# pip install --upgrade pip\n# pip install certbot certbot-dns-timeweb<\/code><\/pre><p>Теперь для использования certbot вам нужно либо активировать окружение,<br \/>\nлибо вызывать его напрямую:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\"># \/opt\/certbot-env\/bin\/certbot certonly --authenticator dns-timeweb \\\n    --dns-timeweb-credentials \/opt\/certbot-env\/timeweb-creds.ini \\\n    --dns-timeweb-propagation-seconds 120 \\\n    -d domain.ru -d *.domain.ru --dry-run<\/code><\/pre>",
            "date_published": "2026-03-10T10:45:51+03:00",
            "date_modified": "2026-04-01T12:03:09+03:00",
            "tags": [
                "certbot",
                "DNS",
                "lets encrypt",
                "timeweb"
            ],
            "_date_published_rfc2822": "Tue, 10 Mar 2026 10:45:51 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "113",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        },
        {
            "id": "108",
            "url": "https:\/\/anikin.pw\/all\/prodlenie-lets-encrypt-esli-nginx-rabotaet-kak-revers-proksi\/",
            "title": "Продление lets encrypt если nginx работает как reverse proxy",
            "content_html": "<p>Добавляем в виртуальный хост дополнительный location<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">location \/.well-known\/acme-challenge\/ {\n    root \/var\/www\/nginx;\n    default_type text\/plain;\n  }<\/code><\/pre><p>Запускаем проверку с верификацией через webroot<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">certbot certonly --webroot -w \/var\/www\/nginx -d domain.com --dry-run<\/code><\/pre><p>Если все в порядке убираем —dry-run и продлеваем сертификат<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">certbot certonly --webroot -w \/var\/www\/nginx -d domain.com<\/code><\/pre>",
            "date_published": "2022-05-20T16:21:22+03:00",
            "date_modified": "2022-05-30T14:57:43+03:00",
            "tags": [
                "certbot",
                "le",
                "lets encrypt",
                "nginx"
            ],
            "_date_published_rfc2822": "Fri, 20 May 2022 16:21:22 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "108",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4134,
    "_e2_ua_string": "Aegea 11.3 (v4134)"
}