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
Make HNIC an optional parameter to -C, such that -C X means "trust the cert only if its subject is X"
Expand the optional arguments to -N so that each encryption type can have parameters of its own.
Something like this: -N strict:HNIC=myhost.com
Option 1 is a pain because we are running out of flags. Option 2 solves for this specific problem.
Option 3 is intriguing because it opens the door for supporting more encryption parameters in the future without needing to add new flags. It also simplifies detection of invalid flag combinations.
For legacy mode we have a few options:
-C
, such that-C X
means "trust the cert only if its subject is X"-N
so that each encryption type can have parameters of its own.Something like this:
-N strict:HNIC=myhost.com
Option 1 is a pain because we are running out of flags. Option 2 solves for this specific problem.
Option 3 is intriguing because it opens the door for supporting more encryption parameters in the future without needing to add new flags. It also simplifies detection of invalid flag combinations.
@dlevy-msft
@stuartpa how does the modern mode allow the user to set encryption values for connections to non-container instances?
The text was updated successfully, but these errors were encountered: