It missed https://www.googleapis.com/auth/cloud-platform
So, what you need to do is adding “Cloud Platform” scope.
It missed https://www.googleapis.com/auth/cloud-platform
So, what you need to do is adding “Cloud Platform” scope.
Example code: https://github.com/RammusXu/toolkit/tree/master/docker/dnsmasq
安裝 dnsmasq-dnssec
apk add dnsmasq-dnssec |
在 foreground 執行,印出所有 log
dnsmasq --no-daemon --log-queries |
Start containers
docker-compose up |
Debug in another container
docker exec -it dnsmasq_runner_1 sh |
dig @dnsmasq +dnssec swag.live |
|
RRSIG
。如果你的 domain 有啟用 dnssec,將會有這組 Resource Record Signature。ad
。正確驗證 dnssec 的 domain 會拿到這個 flag。dig @dnsmasq +dnssec google.com |
|
目前預計 2020-03-04 20:00 UTC 開始撤銷憑證
原文: https://community.letsencrypt.org/t/revoking-certain-certificates-on-march-4/114864
因為 2020.02.29 CAA Rechecking Bug,letsencrypt 將會撤銷某些憑證。大約有 2.6% 發出的憑證,高達 300 多萬個憑證會受影響,最晚將在 2020-03-05 03:00 UTC 撤銷所有受影響的憑證。
可以用以下網站或 curl 檢查自己的網站憑證是否受影響:
https://checkhost.unboundtest.com/
$ curl -XPOST -d 'fqdn=letsencrypt.org' https://checkhost.unboundtest.com/checkhost |
如果你有很多 domain 要檢查的話,可以使用這個工具: https://github.com/hannob/lecaa
certbot renew --force-renewal
I found errors when I try to apply HPA in Mac docker-desktop. It cause by metrics-server
.
helm install my-metrics-server --set "args={--kubelet-insecure-tls}" stable/metrics-server --namespace kube-system |
the server could not find the requested resource (get services http:heapster:) |
$ kubectl top pods --all-namespaces |
本篇文章將示範如何取得 wrangler 需要的 API_TOKEN
My Profile
Create Token
Edit Cloudflare Workers
這邊會使用:
Account Resources: 你要使用哪個 Account/Group 的 domain。
Zone Resources: 你要使用哪個 zone (domain)。