Polaris
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* polaris.star-dust.jp
*** firewalld
firewall-cmd --add-service=http --permanent
firewall-cmd --add-service=https --permanent
firewall-cmd --add-service=smtp --permanent
firewall-cmd --add-service=smtp-submission --permanent
firewall-cmd --add-service=pop3s --permanent
firewall-cmd --add-service=imaps --permanent
firewall-cmd --reload
*** Postfix
- [[Postfix]]
- [[Dovecot]]
- [[Cyrus SASL]]
*** certbot
- dnf install certbot
- /var/spool/cron/root
00 3 * * * /usr/bin/certbot renew --post-hook "/usr/bin/...
- /usr/local/bin/restart-network-services
<pre>
#!/bin/bash
#
if [ ! -f /tmp/certs_changed ]; then
exit 1
fi
rm /tmp/certs_changed
#
/usr/bin/systemctl restart httpd
</pre>
*** PHP7 へダウングレード
- 本来 pukiwiki-1.5.3 は PHP-7では動かない
- pukiwiki-1.5.4 を改造したせいで php-8 では動かない模様
- [[PHP7>PHP/PHP7]]
** さくらのクラウド
- さくらクラウド -> IaaS
*** OS の更新はできなさそう
- 別にディスクを作って移行するしかない?
終了行:
* polaris.star-dust.jp
*** firewalld
firewall-cmd --add-service=http --permanent
firewall-cmd --add-service=https --permanent
firewall-cmd --add-service=smtp --permanent
firewall-cmd --add-service=smtp-submission --permanent
firewall-cmd --add-service=pop3s --permanent
firewall-cmd --add-service=imaps --permanent
firewall-cmd --reload
*** Postfix
- [[Postfix]]
- [[Dovecot]]
- [[Cyrus SASL]]
*** certbot
- dnf install certbot
- /var/spool/cron/root
00 3 * * * /usr/bin/certbot renew --post-hook "/usr/bin/...
- /usr/local/bin/restart-network-services
<pre>
#!/bin/bash
#
if [ ! -f /tmp/certs_changed ]; then
exit 1
fi
rm /tmp/certs_changed
#
/usr/bin/systemctl restart httpd
</pre>
*** PHP7 へダウングレード
- 本来 pukiwiki-1.5.3 は PHP-7では動かない
- pukiwiki-1.5.4 を改造したせいで php-8 では動かない模様
- [[PHP7>PHP/PHP7]]
** さくらのクラウド
- さくらクラウド -> IaaS
*** OS の更新はできなさそう
- 別にディスクを作って移行するしかない?
ページ名: