diff options
| author | Felix Fietkau <nbd@nbd.name> | 2016-05-21 12:42:44 +0200 |
|---|---|---|
| committer | Felix Fietkau <nbd@nbd.name> | 2016-05-21 12:42:44 +0200 |
| commit | b570c0c88e8a020d9e21e556cf05cb3a702fff4d (patch) | |
| tree | c27764f4fae1b93a26df866d7d87b034f21f28e5 /package/network/services/uhttpd/files | |
| parent | 72568ea3bd51a54a68669b4ecdba5879ad7be4cd (diff) | |
| download | mtk-20170518-b570c0c88e8a020d9e21e556cf05cb3a702fff4d.zip mtk-20170518-b570c0c88e8a020d9e21e556cf05cb3a702fff4d.tar.gz mtk-20170518-b570c0c88e8a020d9e21e556cf05cb3a702fff4d.tar.bz2 | |
uhttpd: use configured distribution name for SSL certificate CN
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/uhttpd/files')
| -rw-r--r-- | package/network/services/uhttpd/files/uhttpd.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/files/uhttpd.config b/package/network/services/uhttpd/files/uhttpd.config index f8df4cd..db57095 100644 --- a/package/network/services/uhttpd/files/uhttpd.config +++ b/package/network/services/uhttpd/files/uhttpd.config @@ -119,4 +119,4 @@ config cert px5g option location Unknown # Common name - option commonname Lede + option commonname '%D' |
