Skip to content

Commit f6c35a2

Browse files
authored
Merge pull request #3 from blendbyte/fix-remove-from-crl-reason
Remove RemoveFromCrl from RevocationReason enum
2 parents 7e07d32 + 36ef8ef commit f6c35a2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,6 @@ $coyote->revoke($cert, RevocationReason::AffiliationChanged);
742742
$coyote->revoke($cert, RevocationReason::Superseded);
743743
$coyote->revoke($cert, RevocationReason::CessationOfOperation);
744744
$coyote->revoke($cert, RevocationReason::CertificateHold);
745-
$coyote->revoke($cert, RevocationReason::RemoveFromCrl);
746745
$coyote->revoke($cert, RevocationReason::PrivilegeWithdrawn);
747746
$coyote->revoke($cert, RevocationReason::AaCompromise);
748747
```

src/Enums/RevocationReason.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ enum RevocationReason: int
1111
case Superseded = 4;
1212
case CessationOfOperation = 5;
1313
case CertificateHold = 6;
14-
case RemoveFromCrl = 8;
1514
case PrivilegeWithdrawn = 9;
1615
case AaCompromise = 10;
1716
}

0 commit comments

Comments
 (0)