From 93fbd4785b3a95caf967674443a06aac59368cd2 Mon Sep 17 00:00:00 2001 From: kazu634 Date: Tue, 16 Apr 2019 17:03:27 +0700 Subject: [PATCH] Add some explanation to the wrap-up --- content/labs/infra/2019-04-14_how_to_use_Lego.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/labs/infra/2019-04-14_how_to_use_Lego.md b/content/labs/infra/2019-04-14_how_to_use_Lego.md index 016df3c..65becc9 100644 --- a/content/labs/infra/2019-04-14_how_to_use_Lego.md +++ b/content/labs/infra/2019-04-14_how_to_use_Lego.md @@ -68,6 +68,8 @@ sequenceDiagram ### ここまでのまとめ [Lego](https://github.com/go-acme/lego)はコマンドラインで[Let's Encrypt](https://letsencrypt.org/)を用いてSSL/TSL証明書を発行するツールです。DNS認証にも対応しており、各種マネージドのDNSサービスを利用することで、自動的にTXTレコードを変更して、SSL/TSL証明書を取得することができます。 +おおまかな処理の流れをまとめると、以下のようになります。[Lego](https://github.com/go-acme/lego)を利用することで、煩雑な手続きをまとめて実行してくれていることがわかると思います: +
sequenceDiagram participant User