Direction for setting up TLS on the servers #733
Replies: 5 comments 7 replies
-
Not clear what you want to achieve, TLS for what? |
Beta Was this translation helpful? Give feedback.
-
@LuigiClemente By "not being able to install" what do you mean? See #697. |
Beta Was this translation helpful? Give feedback.
-
@mysticaltech See #697 spot on! Got it working, thank you very much! |
Beta Was this translation helpful? Give feedback.
-
sudo mkdir -p /usr/share/selinux/packages/teleport
sudo curl -L https://github.com/gravitational/teleport/releases/latest/download/teleport-selinux-policy.tar.gz -o /tmp/teleport-selinux-policy.tar.gz
sudo tar -xzf /tmp/teleport-selinux-policy.tar.gz -C /usr/share/selinux/packages/teleport
sudo make -C /usr/share/selinux/packages/teleport
sudo semodule -i /usr/share/selinux/packages/teleport/teleport.pp
Teleport should be installed and running on your OpenSUSE MicroOS cluster with the necessary SELinux policies in place. I CREATED A CUSTOM SNAPSHOT IMAGE. |
Beta Was this translation helpful? Give feedback.
-
Would this not be a great optional deployment feature? I think Teleport is banging! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again, guys! I just wanted to thank you for the great work you've done on this project so far. I was wondering if you could help me out by pointing me in the right direction for setting up TLS on the servers. Micros OS is great for this purpose, but I used to use Ubuntu, and it worked really well with Teleport. Unfortunately, I haven't been able to install Teleport in the cluster this time around. I hope you guys are familiar with Gravitational Teleport or accessing clusters using TLS. Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions