Server configuration - Client Password encrypt #2358
Unanswered
epasinetti
asked this question in
Q&A
Replies: 1 comment
-
Hi @epasinetti, the configuration that you see only enables the UserAuth as per security profile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create a server that must be accesible with username and password, I see in standard configuration file this section :
<!-- Allows username/password --> <ua:UserTokenPolicy> <ua:TokenType>UserName_1</ua:TokenType> <!-- passwords must be encrypted - this specifies what algorithm to use --> <!-- if no algorithm is specified, the active security policy is used --> <!-- <ua:SecurityPolicyUri>http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256</ua:SecurityPolicyUri> --> </ua:UserTokenPolicy>
What is the meaning of comments ? there is a sample that show how to encrypt password ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions