server 구축(5)
-
XServer設定
xserver 設定 https://www.youtube.com/watch?v=abCkX6qMaKs ssl 設定 https://www.xserver.ne.jp/manual/man_server_ssl.php 無料独自SSL設定 | レンタルサーバーならエックスサーバー 無料独自SSLの設定およびサーバーデータの移行作業が完了するまでは、移行するドメイン名のネームサーバーを変更しないようにご注意ください。 SSL設定やサーバーデータの移行作業が完了 www.xserver.ne.jp https://www.xserver.ne.jp/manual/man_server_fullssl.php Webサイトの常時SSL化 | レンタルサーバーならエックスサーバー 画像やJavascript、CSSなどのファイルの読み込みにHTTP接続が用いられている場合、ブラウザでの..
2022.08.06 -
aws -moteki 構築
条件 mac 12.4 monterey 使用 aws 無料利用を使う instance : t2.micro, Linux, Ubuntu22.04 keypair : test2, rsa security group : vpc, Inbound(TCP, HTTP, HTTPS) ( HTTPは消すつもり) Elastic Compute IP 使用 codeはgitからclone WebServer :Nginx使用 +ACMでSSL/TLS認証書を取る計画 直すところ 1. instance 追加 2. keypair 生成(写真にはtest5は例です) 3. Network 設定 4. storageは30Gまで無料 5.他のもの基本設定でする(必要なら後で変える) 6.Elastic Compute IP生成(保留) 7.Elastic Compute IP 連結 先作..
2022.08.05 -
linux error
# For more information on configuration, see: # * Official English Documentation: # * Official Russian Documentation: user nginx; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; # Load dynamic modules. See /usr/share/doc/nginx/README.dynamic. include /usr/share/nginx/modules/*.conf; events { worker_connections 1024; } http { log_format main '$remote_addr - $remote_..
2022.08.05 -
aws linux2 nginx ssl(Let’s encrypt) 構築
보호되어 있는 글입니다.
2022.08.05 -
Let’s Encrypt
인증서 호환성 범위 https://letsencrypt.org/ja/docs/certificate-compatibility/ https://happist.com/548924/워드프레스-tips-lets-encrypt-무료-ssl인증서-발급-및-자동-갱신 https://pozafly.github.io/tripllo/(12)aws-lets-encrypt-renewal-automation/ vi명령어 https://velog.io/@zeesoo/Linux-vi-편집기-사용법-및-명령어 nano https://jjeongil.tistory.com/1626
2022.08.05