Month: September 2022

【SSL 憑證】利用 CertBot 申請 Let’s Encrypt 的 Wildcard 憑證

原本的憑證快到期了,結果舊版的certbot不聽話。 renew一直失敗,本來只是想要稍作升級。結果突然發現可以申請 wildcard 憑證了!!!! 天大的好消息,那乾脆來做一點點的實驗好了 如果是一開始對於certbot還不知道的可以參考 【SSL 憑證】利用 certbot 自動更新 Let’s Encrypt 憑證 首先安裝最新版的certbot,這邊直接載下來編譯 如果不像是我用樹梅派來當server的話,就可以直接略過這步 採用官方網站的方式 apt or yum 抓下來 但我沒得選,載下來讓他跑python吧… wget https://dl.eff.org/certbot-auto chmod +x certbot-auto ./certbot-auto 會吃爆樹梅派的cpu,如果是server會好一點orz… 接著嘗試註冊wildcard憑證 ./certbot-auto run…

What is Elasticsearch? | Elastic

Elasticsearch is a distributed, free and open search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and…