We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3205e commit 8d5300dCopy full SHA for 8d5300d
api/certificate.go
@@ -241,7 +241,7 @@ func (c *Client) RevokeCert(rvargs *RevokeCertArgs) error {
241
return errors.New("invalid or nonexistent values required for certificate revocation")
242
}
243
244
- if rvargs.EffectiveDate == "" {
+ if rvargs.EffectiveDate == "" || rvargs.EffectiveDate == "{null}" || rvargs.EffectiveDate == "null" {
245
rvargs.EffectiveDate = getTimestamp()
246
247
0 commit comments