This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -u 'Administrator:<redacted>' -k https://192.168.1.2/redfish/v1/Systems/1/Bios/Settings -vvvs | jq . | |
* Trying 192.168.1.2... | |
* TCP_NODELAY set | |
* Connected to 192.168.1.2 (192.168.1.2) port 443 (#0) | |
* ALPN, offering h2 | |
* ALPN, offering http/1.1 | |
* successfully set certificate verify locations: | |
* CAfile: /etc/pki/tls/certs/ca-bundle.crt | |
CApath: none | |
} [5 bytes data] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Copyright (C) 2006,2013 OpenWrt.org | |
# | |
# This is free software, licensed under the GNU General Public License v2. | |
# See /LICENSE for more information. | |
# | |
include $(TOPDIR)/rules.mk | |
PKG_NAME:=wifidog |