puppet自動認證授權
puppet自動授權認證後可以自動化地為每個agent簽發證書,不需要手動執行
在puppet服務端的主配置檔案中新增以下語句
[root@master puppet]# cat puppet.conf |grep autosign
# Whether to enable autosign. Valid values are true (which
# autosigns any key request, and is a very bad idea), false (which
# never autosigns any key request), and the path to a file, which
# The default value is '$confdir/autosign.conf'.
autosign = /etc/puppet/autosign.conf
autosign = true
autosign = /etc/puppet/autosign.conf
新增autosign.conf檔案
[root@master puppet]# cat autosign.conf
*.andy.com
允許所有andy.com域下的主機
刪除失效證書
puppet cert --clean agent3.andy.com
client端刪除認證
rm -rf /var/lib/puppet/ssl/*
重新請求證書
puppet agent --server master.andy.com --test
在puppet服務端的主配置檔案中新增以下語句
[root@master puppet]# cat puppet.conf |grep autosign
# Whether to enable autosign. Valid values are true (which
# autosigns any key request, and is a very bad idea), false (which
# never autosigns any key request), and the path to a file, which
# The default value is '$confdir/autosign.conf'.
autosign = /etc/puppet/autosign.conf
autosign = true
autosign = /etc/puppet/autosign.conf
新增autosign.conf檔案
[root@master puppet]# cat autosign.conf
*.andy.com
允許所有andy.com域下的主機
刪除失效證書
puppet cert --clean agent3.andy.com
client端刪除認證
rm -rf /var/lib/puppet/ssl/*
重新請求證書
puppet agent --server master.andy.com --test
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/27181165/viewspace-1061844/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 認證授權
- 認證授權方案之授權初識
- 認證授權方案之JwtBearer認證JWT
- 認證授權方案之授權揭祕 (上篇)
- 【認證與授權】Spring Security的授權流程Spring
- Ocelot(四)- 認證與授權
- OAuth 2.0 授權碼認證OAuth
- 授權(Authorization)和認證(Authentication)
- Ceph配置與認證授權
- Spring Security OAuth2.0認證授權四:分散式系統認證授權SpringOAuth分散式
- 認證授權問題概覽
- OAuth 2.0 授權認證詳解OAuth
- EMQX Cloud 更新:外部認證授權MQCloud
- shiro授權和認證(四)
- 認證授權:IdentityServer4IDEServer
- 認證授權:學習OIDC
- 安全測試之認證授權
- 細說API - 認證、授權和憑證API
- 【認證與授權】2、基於session的認證方式Session
- 認證/授權與許可權的問題
- 認證授權:IdentityServer4 - 各種授權模式應用IDEServer模式
- 認證授權:學習OAuth協議OAuth協議
- OAuth2.0認證授權workflow探究OAuth
- 【認證與授權】Spring Security系列之認證流程解析Spring
- 基於 SASL/SCRAM 讓 Kafka 實現動態授權認證Kafka
- 認證授權的設計與實現
- JAAS中的認證與授權問題
- SpringSecurity認證和授權流程詳解SpringGse
- 聊聊常見的服務(介面)認證授權
- SpringSecurity(1)---認證+授權程式碼實現SpringGse
- 中介軟體---登陸認證授權---Shiro
- Java Web系列:JAAS認證和授權基礎JavaWeb
- 微服務下認證授權框架的探討微服務框架
- 基於.NetCore3.1系列 —— 認證授權方案之授權揭祕 (下篇)NetCore
- 【ASP.NET Core學習】使用JWT認證授權ASP.NETJWT
- ASP.NET Core 6.0 新增 JWT 認證和授權ASP.NETJWT
- 快速理解ASP.NET Core的認證與授權ASP.NET
- 認證授權:IdentityServer4 - 單點登入IDEServer