Skip to content

Commit 78bba25

Browse files
Add option to include CN in CSR
1 parent dd26c4e commit 78bba25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Certify.UI.Shared/Controls/ManagedCertificate/AdvancedOptions.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,12 @@
126126
<TextBlock Style="{StaticResource Instructions}">By default a CSR (Certificate Signing Request) will be generated with a new Private Key every time the certificate is requested or renewed.</TextBlock>
127127
<CheckBox
128128
Margin="8,8,0,8"
129-
Content="Require OCSP Must-Staple extension"
129+
Content="Require OCSP Must-Staple extension (deprecated)"
130130
IsChecked="{Binding SelectedItem.RequestConfig.RequireOcspMustStaple}" />
131+
<CheckBox
132+
Margin="8,8,0,8"
133+
Content="Include CN in generated CSR (deprecated)"
134+
IsChecked="{Binding SelectedItem.RequestConfig.IncludeCN}" />
131135

132136
<TextBlock Style="{StaticResource Instructions}">You can optionally use a custom CSR:</TextBlock>
133137
<Button

0 commit comments

Comments
 (0)