飛行機好きの田舎のSE

AlmaLinux9 Webminインストール

  • HOME »
  • AlmaLinux9 Webminインストール

AlmaLinux 9にWebminをインストールする
ここでは、yumリポジトリファイルを作成してWebminリポジトリを追加します。

Webminリポジトリを追加
Webminリポジトリをサーバーに追加するには、次のコマンドを使用します。

vi /etc/yum.repos.d/webmin.repo

[Webmin] name=Webmin Distribution Neutral

baseurl=https://download.webmin.com/download/yum

mirrorlist=https://download.webmin.com/download/yum/mirrorlist enabled=1

gpgkey=https://download.webmin.com/jcameron-key.asc gpgcheck=1

Webmin GPGキーのインポート

wget https://download.webmin.com/jcameron-key.asc

rpm –import jcameron-key.asc

dnf update -y

Webminのインストール

dnf install perl webmin -y

以上で http://xxx.xxx.xxx.xxx:10000

GetSSLのインストール

curl –silent https://raw.githubusercontent.com/srvrco/getssl/latest/getssl > getssl ; chmod 700 getssl

このままだとhttpのままなので、SSLを導入

httpdをデフォルトの状態でインストールしているものと仮定します

DocumentRootが /var/www/html とします

Webmin→webminの設定→SSL暗号化

暗号化しましょうを選んで証明書を取得、必要な設定は勝手にしてくれます

自動更新の間隔を入れるのを忘れずに

PAGETOP
Copyright © 田舎のSEのつぶやき All Rights Reserved.
Powered by WordPress & BizVektor Theme by Vektor,Inc. technology.