Securing Access Server
OpenVPN Access Server / Video Tutorials
Securing Access Server
Learn how to secure the root user account, OpenVPN administrative account, and harden web server cipher suite string
In this tutorial
This tutorial covers three suggested steps for increasing the security of your Access Server:
- Securing the root user account
- Securing the OpenVPN admin account
- Hardening the web server cipher string
Securing the root user account:
- Login to Linux with root access
- Enter command passwd
- Enter a new password for the root Linux account
- Re-enter to confirm the password
- password updated successfully
Securing the OpenVPN admin account by disabling the bootstrap user:
- Change directory to /usr/local/openvpn_as/etc
- Edit as.conf file
- Comment out ‘boot_pam_users.0=openvpn’
- Restart the openvpnas service
Hardening the web server cipher string
- Change directory to /usr/local/openvpn_as/scripts
- Use the sacli tool from this directory
- Enter the command to update your string: ./sacli --key “cs.openssl_ciphersuites” --value ‘[enter your preferred cipher suite string here]’ Configput
- Do a warm restart using sacli: ./sacli start
- View results with confdba tool by entering ./confdba -s