mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #929] [Feature] 希望新增Actalis SSL证书支持 #635
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#635
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@fudiwei commented on GitHub (Aug 19, 2025):
现阶段你可以在授权管理中添加自定义 ACME CA 来使用 Actalis。
@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
@fudiwei commented on GitHub (Aug 22, 2025):
EAB HMAC Key 一定是一个 Base64 字符串,检查一下是否复制错了,或者尝试结尾用等号“=”补足长度为 4 的倍数。
@Mcszl commented on GitHub (Aug 22, 2025):
我已经检查过很多次了,是从Actalis官方的ACME信息中复制下来的,然后复制下来只有43个字符,按照添加一个等号补足为44个字符,依旧报错,但是通过CertBot可以正常签发。
@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 处理。