質問編集履歴
2
Let's Encryptの設定ファイルを追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -149,6 +149,35 @@
|
|
149
149
|
icmp-blocks:
|
150
150
|
rich rules:
|
151
151
|
```
|
152
|
+
```ここに言語名を入力
|
153
|
+
[root@abc123 conf.d]# cd /etc/letsencrypt/renewal/
|
154
|
+
[root@abc123 renewal]# ls
|
155
|
+
abx.xyz.jp.conf
|
156
|
+
[root@abc123 renewal]# vi abx.xyz.jp.conf
|
157
|
+
|
158
|
+
■■abx.xyz.jp.confの中身 ここから■■
|
159
|
+
# renew_before_expiry = 30 days
|
160
|
+
version = 1.32.0
|
161
|
+
archive_dir = /etc/letsencrypt/archive/abx.xyz.jp
|
162
|
+
cert = /etc/letsencrypt/live/abx.xyz.jp/cert.pem
|
163
|
+
privkey = /etc/letsencrypt/live/abx.xyz.jp/privkey.pem
|
164
|
+
chain = /etc/letsencrypt/live/abx.xyz.jp/chain.pem
|
165
|
+
fullchain = /etc/letsencrypt/live/abx.xyz.jp/fullchain.pem
|
166
|
+
|
167
|
+
# Options used in the renewal process
|
168
|
+
[renewalparams]
|
169
|
+
account = 1a234b567c8d901e2f3ab45c6de78901
|
170
|
+
authenticator = webroot
|
171
|
+
webroot_path = /var/www/html,
|
172
|
+
server = https://acme-v02.api.letsencrypt.org/directory
|
173
|
+
key_type = rsa
|
174
|
+
[[webroot_map]]
|
175
|
+
abx.xyz.jp = /var/www/html
|
176
|
+
~
|
177
|
+
■■abx.xyz.jp.confの中身 ここまで■■
|
178
|
+
```
|
179
|
+
|
180
|
+
|
152
181
|
もし、必要な情報が抜け落ちていましたら、申し訳ありません、すぐに提示したいと思います。
|
153
182
|
どのような情報でも嬉しいです。ご指導をお願いします。
|
154
183
|
よろしくお願いします。
|
1
ポート開放の情報を追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -132,7 +132,23 @@
|
|
132
132
|
}
|
133
133
|
■■php-fpm.confの中身 ここまで■■
|
134
134
|
```
|
135
|
-
|
135
|
+
```ここに言語名を入力
|
136
|
+
[root@abc123 conf.d]# firewall-cmd --list-all
|
137
|
+
public (active)
|
138
|
+
target: default
|
139
|
+
icmp-block-inversion: no
|
140
|
+
interfaces: ens3
|
141
|
+
sources:
|
142
|
+
services: cockpit dhcpv6-client ftp http https ssh
|
143
|
+
ports: 52863/tcp 49162/tcp 5432/tcp
|
144
|
+
protocols:
|
145
|
+
forward: no
|
146
|
+
masquerade: no
|
147
|
+
forward-ports:
|
148
|
+
source-ports:
|
149
|
+
icmp-blocks:
|
150
|
+
rich rules:
|
151
|
+
```
|
136
152
|
もし、必要な情報が抜け落ちていましたら、申し訳ありません、すぐに提示したいと思います。
|
137
153
|
どのような情報でも嬉しいです。ご指導をお願いします。
|
138
154
|
よろしくお願いします。
|