内容简介:win-acme 1.9.10.0 已发布,win-acme 是一个用于 Windows 平台的简易 ACME 客户端。 1.9.10.0 版本包含以下更新内容 新特性 IIS FTP plugin, can be used to set the certificate for IIS FTP sites 增强 Show c...
win-acme 1.9.10.0 已发布,win-acme 是一个用于 Windows 平台的简易 ACME 客户端。
1.9.10.0 版本包含以下更新内容
新特性
IIS FTP plugin, can be used to set the certificate for IIS FTP sites
增强
Show custom certificate store (if any) in the certificate details
Sort menu options for target/validation/installation plugins alphabetically
Consistent ordering of renewals across different menu options, thanks @Dragonsangel
Don't show warnings about hidden sites
Make
ClientNamea configurable option with a default value ofwin-acmefor new installs. This affects the defaultConfigurationPathand name of the scheduled taskDon't create a subfolder with the
ClientNamewhen a customConfigurationPathis provided (but keep using it when it's already there)Change default date formatting to 24 hour format, thanks @georg-jung
Set negative process exit code when something bad happens during (one of the) unattended renewals (#780)
Bug 修复
Restore the application manifest to let Windows know we want to run as administrator, preventing all kinds of security related errors if you forget to do so yourself (#769)
Use configured proxy server when retrieving certificates for the full chain (#782)
Better (non-fatal) handling of errors when a renewal target cannot be refreshed
Don't try to find SiteId 0 when no
ValidationSiteIdhas been specified (#776)
源码下载:https://github.com/PKISharp/win-acme/releases/tag/v1.9.10.0
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《win-acme 1.9.10.0 发布,用于 Windows 的简单 ACME 客户端》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
高性能Python
(美)戈雷利克、(英)欧日沃尔德 / 东南大学出版社 / 2015-2
你的Python代码也许运行正确,但是你需要运行得更快速。通过探讨隐藏在设计备选方案中的基础理论,戈雷利克和欧日沃尔德编著的《高性能Python》将帮助你更深入地理解Python的实现。你将了解如何定位性能瓶颈,从而显著提升高数据流量程序中的代码执行效率。 你该如何利用多核架构和集群?或者你该如何搭建一个可以自由伸缩而不会影响可靠性的系统?有经验的Python程序员将会学习到这类问题的具体解......一起来看看 《高性能Python》 这本书的介绍吧!