[GH-ISSUE #929] [Feature] 希望新增Actalis SSL证书支持 #635

Closed
opened 2026-03-03 01:04:50 +03:00 by kerem · 5 comments
Owner

Originally created by @Mcszl on GitHub (Aug 16, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/929

功能描述 / Description

希望可以新增actalis的SSL证书的支持,希望可以通过工作流申请证书。
actalis的网站是:https://www.actalis.com/
然后可以订阅计划,其中免费计划也可以通过ACME申请不限量的免费证书。

请求动机 / Motivation

可以增加证书申请的多样性

其他 / Miscellaneous

No response

贡献 / Contribution

  • 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
Originally created by @Mcszl on GitHub (Aug 16, 2025). Original GitHub issue: https://github.com/certimate-go/certimate/issues/929 ### 功能描述 / Description 希望可以新增actalis的SSL证书的支持,希望可以通过工作流申请证书。 actalis的网站是:https://www.actalis.com/ 然后可以订阅计划,其中免费计划也可以通过ACME申请不限量的免费证书。 ### 请求动机 / Motivation 可以增加证书申请的多样性 ### 其他 / Miscellaneous _No response_ ### 贡献 / Contribution - [ ] 我乐意为此贡献 PR! / I am interested in contributing a PR for this!
kerem 2026-03-03 01:04:50 +03:00
Author
Owner

@fudiwei commented on GitHub (Aug 19, 2025):

现阶段你可以在授权管理中添加自定义 ACME CA 来使用 Actalis。

<!-- gh-comment-id:3200447755 --> @fudiwei commented on GitHub (Aug 19, 2025): 现阶段你可以在授权管理中添加自定义 ACME CA 来使用 Actalis。
Author
Owner

@Mcszl commented on GitHub (Aug 22, 2025):

现阶段你可以在授权管理中添加自定义 ACME CA 来使用 Actalis。

不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43

<!-- gh-comment-id:3213163468 --> @Mcszl commented on GitHub (Aug 22, 2025): > 现阶段你可以在授权管理中添加自定义 ACME CA 来使用 Actalis。 不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43
Author
Owner

@fudiwei commented on GitHub (Aug 22, 2025):

不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43

EAB HMAC Key 一定是一个 Base64 字符串,检查一下是否复制错了,或者尝试结尾用等号“=”补足长度为 4 的倍数。

<!-- gh-comment-id:3213485373 --> @fudiwei commented on GitHub (Aug 22, 2025): > 不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43 EAB HMAC Key 一定是一个 Base64 字符串,检查一下是否复制错了,或者尝试结尾用等号“=”补足长度为 4 的倍数。
Author
Owner

@Mcszl commented on GitHub (Aug 22, 2025):

不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43

EAB HMAC Key 一定是一个 Base64 字符串,检查一下是否复制错了,或者尝试结尾用等号“=”补足长度为 4 的倍数。

我已经检查过很多次了,是从Actalis官方的ACME信息中复制下来的,然后复制下来只有43个字符,按照添加一个等号补足为44个字符,依旧报错,但是通过CertBot可以正常签发。

<!-- gh-comment-id:3214449508 --> @Mcszl commented on GitHub (Aug 22, 2025): > > 不行,自定义ACME会报错,failed to register acme user: acme: could not decode hmac key: illegal base64 data at input byte 43 > > EAB HMAC Key 一定是一个 Base64 字符串,检查一下是否复制错了,或者尝试结尾用等号“=”补足长度为 4 的倍数。 我已经检查过很多次了,是从Actalis官方的ACME信息中复制下来的,然后复制下来只有43个字符,按照添加一个等号补足为44个字符,依旧报错,但是通过CertBot可以正常签发。
Author
Owner

@fudiwei commented on GitHub (Sep 5, 2025):

已定位到是上游依赖 lego 的问题:https://github.com/go-acme/lego/issues/2634

但该问题我不打算在 v0.3.x 中尝试修复,而会作为 v0.4.x 的一个兼容性补丁。如果你需要在 v0.3.x 使用 Actalis 可以参照此 Issue 处理。

<!-- gh-comment-id:3258222650 --> @fudiwei commented on GitHub (Sep 5, 2025): 已定位到是上游依赖 lego 的问题:https://github.com/go-acme/lego/issues/2634 但该问题我不打算在 v0.3.x 中尝试修复,而会作为 v0.4.x 的一个兼容性补丁。如果你需要在 v0.3.x 使用 Actalis 可以参照此 Issue 处理。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#635
No description provided.