commit | aaae497f91297c338cc2e29c135ca87400512228 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Tue Nov 10 14:00:07 2020 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Nov 10 14:00:07 2020 -0700 |
tree | 2553095a56c3f0b5999c1210c108223113af76d3 | |
parent | 9f896c443a82033eca66cd01df4e523ee04eb2bd [diff] [blame] |
Add mTLS instructions Change-Id: I4ac2896fa8d46418dbb08df9d9c08466fb51fdad
diff --git a/chain.ipxe b/chain.ipxe index fa49bb3..3d2b840 100644 --- a/chain.ipxe +++ b/chain.ipxe
@@ -6,4 +6,4 @@ dhcp # chainload netboot.ipxe, or drop to shell if it doesn't exist -chain http://boot.tucson.onlab.us/boot.ipxe || shell +chain https://boot.tucson.onlab.us:2443/boot.ipxe || shell