経理からエンジニア転向した人のメモ
id:ryomoyr
GCPでLet's EncryptしてSSL(TLS)の表示
ざっくり GCPの無料枠 CentOS7のimage 前提 GCPでインスタンスを生成している Nginxをインストールしている DocumentRootを設定して、ブラウザで表示ができる Gitのインストール # yum install git certbotのインストール $ cd usr/local $ sudo git clone https://github.com/certbot/certbot.git $ cd certbot SSL証明書…