Skip to content

Instantly share code, notes, and snippets.

View htpcBeginner's full-sized avatar

SmartHomeBeginner htpcBeginner

View GitHub Profile
@htpcBeginner
htpcBeginner / ASUS_install_ssl_certificate
Last active May 1, 2022 20:13 — forked from davidbalbert/gist:6815258
How to install SSL certificates generated from a certifying authority on ASUS routers.
# First, enable SSH in the Administration->System tab.
# Then log in to the device.
# Verify that https_crt_save is off
admin@RT-N66U:/tmp/home/root# nvram get https_crt_save
0
# Enable https_crt_save and verify that it was set correctly
admin@RT-N66U:/tmp/home/root# nvram set https_crt_save=1
admin@RT-N66U:/tmp/home/root# nvram get https_crt_save