Not to be difficult, but you really need to spend some time with the documentation. If you didn't get far enough to find the installation steps, you will be hard pressed to make your newly-minted salt-master do anything useful.
-S
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Salt-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/salt-users/fvfi5_6xXjU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to salt-users+...@googlegroups.com.
1> first i opened the master conf file and modify it by
external_auth: pam: testuser: - .* - '@runner'
2> note:testuser is my username(which is not root user)
and i am adding the halite conf code at the end of salt-master
configuration file
halite: level: 'debug' server: 'cherrypy' host: '0.0.0.0' port: '8080' cors: False tls: True certpath: '/etc/pki/tls/certs/localhost.crt' keypath: '/etc/pki/tls/certs/localhost.key' pempath: '/etc/pki/tls/certs/localhost.pem'
3>then i save it and quite
4>when i tried to run the command salt-call tls.create_self_signed_cert tls
5> i am getting this error
Attempt to authenticate with the salt master failed