step ca init --pki --name="Tiny" #484
-
I'm having issues getting past this step. Can anyone help? ubuntu@caserver:~$ sudo step ca init --pki --name="Tiny" Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayl and-xcomposite-egl, wayland-xcomposite-glx, xcb. Aborted |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
After googling this error, it looks like your user doesn't have the authorization to connect to the X server, we don't use the UI so my guess is that sudo is trying to display the password in the X server. Here's some things that you can try:
See a full explanation and solutions here: |
Beta Was this translation helpful? Give feedback.
After googling this error, it looks like your user doesn't have the authorization to connect to the X server, we don't use the UI so my guess is that sudo is trying to display the password in the X server.
Here's some things that you can try:
sudo -E step ca init...
sudo su
and thenstep ca init ...
~/.step
directory to the desired location and change the owner withchown
See a full explanation and solutions here:
https://kerneltalks.com/troubleshooting/mobaxterm-x11-proxy-authorisation-not-recognised/
https://superuser.com/questions/912669/error-putty-x11-proxy-authorisation-not-recognised
https://chad…