How to download and save openssl.cnf?

I use this man page https://wiki.openwrt.org/doc/howto/openvpn-streamlined-server-setup#tab__prerequisites
for install openvpn on my router asus ac51u
how to download openssl.cnf from https://github.com/JW0914/Wikis/blob/master/Scripts%2BConfigs/OpenSSL/openssl.cnf
and save as to directory /etc/ssl/openssl.cnf ?

Use SSH
Then update opkg, install openssl package

Then from directory you want to save into run

wget https://wiki.openwrt.org/doc/howto/openvpn-streamlined-server-setup#tab__prerequisites

Unknown package 'openssl'.
Collected errors:
 * opkg_install_cmd: Cannot install package openssl.

went the other way, through copy-paste with nano

For future reference


# wget https://example.com/
wget: SSL support not available, please install one of the libustream-.*[ssl|tls] packages as well as the ca-bundle and ca-certificates packages.

# opkg install libustream-openssl ca-bundle ca-certificates



1 Like

Just an FYI, that's an obsolete wiki on an archive site, hence the wrap at the very top of the wiki.

  • This wiki is read only and for archival purposes only. >>>>>>>>>> Please use the new OpenWrt wiki at https://openwrt.org/ <<<<<<<<<<

The current wiki is OpenVPN Server (Comprehensive)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.