質問編集履歴
1
CentOS7での通常のインストール方法を試した結果を付記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -279,3 +279,49 @@
|
|
279
279
|
rpm -Va --nofiles --nodigest
|
280
280
|
|
281
281
|
も試しましたが、変化はありませんでした。
|
282
|
+
|
283
|
+
|
284
|
+
|
285
|
+
```
|
286
|
+
|
287
|
+
[root@centos70 /]# yum install epel-release
|
288
|
+
|
289
|
+
読み込んだプラグイン:copr, fastestmirror
|
290
|
+
|
291
|
+
Loading mirror speeds from cached hostfile
|
292
|
+
|
293
|
+
* base: d36uatko69830t.cloudfront.net
|
294
|
+
|
295
|
+
* extras: d36uatko69830t.cloudfront.net
|
296
|
+
|
297
|
+
* remi-safe: ftp.riken.jp
|
298
|
+
|
299
|
+
* updates: d36uatko69830t.cloudfront.net
|
300
|
+
|
301
|
+
パッケージ epel-release-7-11.noarch はインストール済みか最新バージョンです
|
302
|
+
|
303
|
+
何もしません
|
304
|
+
|
305
|
+
[root@centos70 /]# yum install certbot python-certbot-apache
|
306
|
+
|
307
|
+
読み込んだプラグイン:copr, fastestmirror
|
308
|
+
|
309
|
+
Loading mirror speeds from cached hostfile
|
310
|
+
|
311
|
+
* base: d36uatko69830t.cloudfront.net
|
312
|
+
|
313
|
+
* extras: d36uatko69830t.cloudfront.net
|
314
|
+
|
315
|
+
* remi-safe: ftp.riken.jp
|
316
|
+
|
317
|
+
* updates: d36uatko69830t.cloudfront.net
|
318
|
+
|
319
|
+
パッケージ certbot は利用できません。
|
320
|
+
|
321
|
+
パッケージ python-certbot-apache は利用できません。
|
322
|
+
|
323
|
+
エラー: 何もしません
|
324
|
+
|
325
|
+
```
|
326
|
+
|
327
|
+
一応、こちらも提示しておきます。
|