{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "Discover Docker, K8s and Hashicorp Nomad with Maksym Prokopov: posts tagged certificates",
    "_rss_description": "The blog about containerisation, virtual machines and useful shell snippets and findings",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/blog.it-premium.com.ua\/tags\/certificates\/",
    "feed_url": "https:\/\/blog.it-premium.com.ua\/tags\/certificates\/json\/",
    "icon": false,
    "authors": [
        {
            "name": "Maksym Prokopov",
            "url": "https:\/\/blog.it-premium.com.ua\/",
            "avatar": false
        }
    ],
    "items": [
        {
            "id": "164",
            "url": "https:\/\/blog.it-premium.com.ua\/all\/quickly-get-certificates-from-lets-encrypt-via-docker\/",
            "title": "Quickly get certificates from Let’s encrypt via docker",
            "content_html": "<p>docker image <a href=\"https:\/\/hub.docker.com\/r\/pierreprinetti\/certbot\/\">https:\/\/hub.docker.com\/r\/pierreprinetti\/certbot\/<\/a><\/p>\n<pre class=\"e2-text-code\"><code class=\"\">docker run \\\n  -v nginx-certs:\/etc\/letsencrypt \\\n  -e http_proxy=$http_proxy \\\n  -e domains=&quot;example.com&quot; \\\n  -e email=&quot;hostmaster@it-expert.com.ua&quot; \\\n  -p 80:80 \\\n  -p 443:443 \\\n  --rm pierreprinetti\/certbot:latest<\/code><\/pre><p>Then inspect volume nginx-certs with<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">docker inspect volume nginx-certs<\/code><\/pre><pre class=\"e2-text-code\"><code class=\"\">[\n    {\n        &quot;Name&quot;: &quot;nginx-certs&quot;,\n        &quot;Driver&quot;: &quot;local&quot;,\n        &quot;Mountpoint&quot;: &quot;\/var\/lib\/docker\/volumes\/nginx-certs\/_data&quot;,\n        &quot;Labels&quot;: null,\n        &quot;Scope&quot;: &quot;local&quot;\n    }\n]<\/code><\/pre><p>Retrieve your certificates from \/var\/lib\/docker\/volumes\/nginx-certs\/_data in keys and live folders.<\/p>\n",
            "date_published": "2016-11-08T13:07:48+01:00",
            "date_modified": "2016-11-08T13:59:37+01:00",
            "tags": [
                "certificates",
                "docker"
            ],
            "_date_published_rfc2822": "Tue, 08 Nov 2016 13:07:48 +0100",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "164",
            "_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)"
}