Client-cert-not-required

Remember that OpenVPN is doing bidirectional authentication: The server
authenticates the client and client authenticates the server.

Server Authenticates Client -- can be done with either a client
certificate or auth-user-pass or both.

Client Authenticates Server -- can currently only be done via a server
certificate signed by the root certificate (CA).

So you can use "auth-user-pass" and "client-cert-not-required" on the
client, but you still need a "ca" cert on the client to verify the
identity of the server.

James

instalar tahoma no debian

#!/bin/bash
[ ! -f /usr/share/fonts/truetype/msttcorefonts/tahoma.ttf -o ! -f /usr/share/fonts/truetype/msttcorefonts/tahomabd.ttf ] &&
wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/IELPKTH.CAB &&
cabextract -F 'tahoma*ttf' IELPKTH.CAB &&
mkdir -p /usr/share/fonts/truetype/msttcorefonts/ &&
mv -f tahoma*ttf /usr/share/fonts/truetype/msttcorefonts/ &&
chmod 644 /usr/share/fonts/truetype/msttcorefonts/tahoma* &&
fc-cache -v &&
rm -f IELPKTH.CAB &&

autologin

nano /etc/gdm3/daemon.conf

e alterar:
# AutomaticLoginEnable = false
# AutomaticLogin =

para:
AutomaticLoginEnable=true
AutomaticLogin=YOUR_USER_NAME

Subscrever