We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e61e7 commit b3ad8d5Copy full SHA for b3ad8d5
src/Certify.Models/Config/CertRequestConfig.cs
@@ -249,13 +249,6 @@ public CertRequestConfig()
249
/// </summary>
250
public bool DeploymentBindingReplacePrevious { get; set; }
251
252
- /*
253
- /// <summary>
254
- /// Host or server where this item is based, usually localhost if managing the local server
255
- /// </summary>
256
- public string? DeploymentTargetHost { get; set; }
257
- */
258
-
259
/// <summary>
260
/// Service type to deploy to on target host (e.g. IIS, nginx, Apache)
261
0 commit comments