You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
_This version was not yet released._
8
8
9
9
- Add new `Continue` action for Directory Services mapping that will cause the certificate request not getting denied when no object could be found.
10
+
- Subject Alternative Names can be removed via an empty `Value` in a `OutboundSubjectRule` the same way as it was already possible for the Subject Distinguished Name.
Copy file name to clipboardExpand all lines: user-guide/modify-subject-dn.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,6 @@ Transfering the **first** `dNSName` of the Subject Alternative Name into the `co
156
156
The content of the `stateOrProvinceName` field will be removed from the issueed certificate, if present in the certificate request.
157
157
158
158
```xml
159
-
<DirectoryServicesMapping />
160
159
<OutboundSubject>
161
160
<OutboundSubjectRule>
162
161
<Field>stateOrProvinceName</Field>
@@ -170,7 +169,6 @@ The content of the `stateOrProvinceName` field will be removed from the issueed
170
169
The content of the `stateOrProvinceName` field will be transferred from the certificate request into the `serialNumber` field of the issued certificate, and the `stateOrProvinceName` field will be removed from the issued certificate.
0 commit comments