Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Cd /usr/java/jre-vmware/lib/security
  2.  
  3. [libdefaults]
  4. default_realm = EXPDEV.LOCAL
  5. forwardable = true
  6. udp_preferences_limit = 1
  7. [realms]
  8. EXPDEV.LOCAL = {
  9. kdc = cmhwdaddc01.expdev.local
  10. default_domain = EXPDEV.LOCAL
  11. }
  12. [domain_realms]
  13. .expdev.local=EXPDEV.LOCAL
  14. expdev.local=EXPDEV.LOCAL
  15.  
  16. Chmod 644 krb5.conf
  17.  
  18. mv /etc/krb5.conf /etc/krb5.backup
  19.  
  20. service vco-server restart
  21. service vco-configurator restart
  22.  
  23.  
  24. Secure WinRM Setup
  25. Thursday, March 9, 2017
  26. 11:17 AM
  27.  
  28. Create KRB5.conf file
  29.  
  30. winrm create winrm/config/Listener?Address=*+Transport=HTTPS @{Hostname="hostname.domain.com"; CertificateThumbprint="‎cb558f46cfd869534b067bdcf92fcc69b5b8c632"}
  31.  
  32. Create vCO endpoint
  33.  
  34. username@domain.com
  35.  
  36. Port 5986
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement