Skip to content

Commit

Permalink
ebekker#352 - ensure documentation gets updated / bug had meant that …
Browse files Browse the repository at this point in the history
…KeepExistingSslFlags would have shown as Force
  • Loading branch information
Bevan, John - Technical Architect authored and Bevan, John - Technical Architect committed Aug 12, 2019
1 parent 64d791a commit 479c8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ManagedOpenSsl64, Version=0.6.1.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\ManagedOpenSsl64.0.6.1.1\lib\net20\ManagedOpenSsl64.dll</HintPath>
<Private>True</Private>
<HintPath>..\packages\ManagedOpenSsl64.0.6.1.3\lib\net20\ManagedOpenSsl64.dll</HintPath>
</Reference>
<Reference Include="System" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion ACMESharp/ACMESharp.Providers.IIS/IisInstallerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class IisInstallerProvider : IInstallerProvider
desc: "An optional flag to overwrite an existing binding matching the target criteria");

public static readonly ParameterDetail KEEP_EXISTING_SSL_FLAGS = new ParameterDetail(
nameof(IisInstaller.Force),
nameof(IisInstaller.KeepExistingSslFlags),
ParameterType.BOOLEAN, label: "KeepExistingSslFlags",
desc: "An optional flag to allow an existing binding to keep its SSL Flags as per the original binding");

Expand Down

0 comments on commit 479c8ed

Please sign in to comment.