mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-25 04:17:58 +00:00
feat: workflow run status & time
This commit is contained in:
@@ -98,7 +98,7 @@ func (a *applyNode) Run(ctx context.Context) error {
|
||||
}
|
||||
|
||||
certificateRecord := &domain.Certificate{
|
||||
Source: string(domain.CERTIFICATE_SOURCE_WORKFLOW),
|
||||
Source: domain.CertificateSourceTypeWorkflow,
|
||||
SubjectAltNames: strings.Join(certX509.DNSNames, ";"),
|
||||
Certificate: certificate.Certificate,
|
||||
PrivateKey: certificate.PrivateKey,
|
||||
|
Reference in New Issue
Block a user