Man page - openvpn3-as(1)
Packages contains this manual
- openvpn3-session-auth(1)
- openvpn3-service-netcfg(8)
- openvpn3-service-client(8)
- openvpn3-log(1)
- openvpn3-session-manage(1)
- openvpn3-admin-init-config(8)
- openvpn3-service-log(8)
- openvpn3-service-backendstart(8)
- openvpn3-session-acl(1)
- openvpn3-admin(8)
- openvpn3-service-configmgr(8)
- openvpn3-systemd(8)
- openvpn3-linux(7)
- openvpn3-session-start(1)
- openvpn2(1)
- openvpn3-admin-netcfg-service(8)
- openvpn3-config-dump(1)
- openvpn3-admin-log-service(8)
- openvpn3-config-manage(1)
- openvpn3-admin-sessionmgr-service(8)
- openvpn3-admin-journal(8)
- openvpn3-service-sessionmgr(8)
- openvpn3-autoload(8)
- openvpn3-config-acl(1)
- openvpn3-as(1)
- openvpn3-config-import(1)
- openvpn3-configs-list(1)
- openvpn3-sessions-list(1)
- openvpn3(1)
- openvpn3-service-devposture(8)
- openvpn3-session-stats(1)
- openvpn3-config-remove(1)
apt-get install openvpn3-client
Manual
OPENVPN3-AS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
NAME
openvpn3-as - OpenVPN 3 Access Server Profile Downloader
SYNOPSIS
openvpn3-as
[ OPTIONS ]
URL
openvpn3-as -h
|
--help
DESCRIPTION
This utility can download a configuration profile directly from an OpenVPN Access Server. It requires an URL to the Access Server and will query the user for authentication credentials before connecting to the server.
OPTIONS
-h , --help
show this help message and exit
--autologin
Download the auto-login profile (default: user-login profile). The auto-login profile will not ask the user for credentials before connecting to the Access Server, but this feature may not be available for all user profiles.
--systemd-start
Start the downloaded profile automatically after downloading it, using the systemd openvpn3-sessions@.service unit file; see the openvpn3-systemd (1) man page for details. Enabling this will also start this unit file at boot. This requires openvpn3-as to be run as root .
--impersistent
Do not import the configuration profile as a persistent profile (default: persistent )
--name CONFIG-NAME
Override the automatically generated profile name (default: AS:$servername )
--owner USERNAME
Transfer the ownership of the downloaded configuration profile to USERNAME . This requires openvpn3-as to be run as root . This is useful when used together with --systemd-start .
--username USERNAME
Username to use for OpenVPN Access Server login
--insecure-certs
Accept invalid and potentially insecure TLS server certificates. This is typically needed if the Access Server uses a self-signed certificate or issued by a Certificate Authority not known by the system. Use this feature carefully.
SEE ALSO
openvpn (8) openvpn3 (1) openvpn3-config-manage (1) openvpn3-configs-list (1)