Skip to content

Commit 01c94e9

Browse files
committed
https if not enabled
1 parent 44b9611 commit 01c94e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Enable ping
1919
sed -i 's$//#define PING_CMD$#define PING_CMD$' config/general.h
2020
```
2121

22+
Enable https
23+
edit `config/general.h` and ensure: `#define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */`
24+
25+
See https://ipxe.org/buildcfg/download_proto_https
26+
27+
2228
Embed the demo iPXE boot script
2329
```
2430
cat <<EOT > demo.ipxe

0 commit comments

Comments
 (0)