Changes between Version 77 and Version 78 of HLKTesting
- Timestamp:
- 09/03/19 08:57:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HLKTesting
v77 v78 454 454 }}} 455 455 456 Then import that certificate to the certificate store on HLK clients. The puppet-hlk_tap6_openvpn module handles that part automatically with Powershell DSC. 456 Then import that certificate to the certificate store on HLK clients: 457 458 {{{ 459 Get-Childitem .\wdktest-samuli.cer| Import-Certificate -Certstorelocation cert:\LocalMachine\TrustedPublisher 460 }}} 461 462 The puppet-hlk_tap6_openvpn module handles the import part automatically with Powershell DSC. 457 463 458 464 = HLK logging =