2022年1月19日 星期三

MySQL RPM PGP Key 2022

MySQL 官方 RPM GPG Key 在 2022 年變了,若升級套件會看到類似這樣的訊息

The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package.

把新的 GPG Key 匯入即可
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

沒有留言:

Stunnel

Stunnel 有點像 SSH tunnel,可以建立加密通道 原本未加密的協議,讓它走 Stunnel,就可以達到不改變協議,數據有加密的效果 以下用一個實例說明: A 要 telnet B,IP 12.34.56.78,因 telnet 協議本身未加密, 若要讓 A 到 B...