[TIPS] Variables can be nested!
|
2014-03-20, 13:27
Post: #4
|
|||
|
|||
RE: [TIPS] Variables can be nested!
(2014-03-20 12:10)sebastian Wrote: I looked at all these certificate stuff and found out that embedding both a client certificate (to prevent "unauthorized" clients from submitting data) and a server certificate, makes the binary too fat to be embedded in the mobo ROM. In that case, you can just use HTTP Digest authentication, which is supported in the standard (non-HTTPS) build. On the server side, create a .htaccess file containing something like: Code: AuthUserFile /etc/htpasswd and create the password file using Code: htpasswd -c /etc/htpasswd "Restricted area" myuser and access the resource within iPXE using the syntax Code: http://myuser:mypassword@my.web.server/path/to/boot/file HTTP Digest protects against replay attacks; if that's all you're concerned about then that would be sufficient. Michael |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[TIPS] Variables can be nested! - sebastian - 2014-03-20, 11:20
RE: [TIPS] Variables can be nested! - mcb30 - 2014-03-20, 11:54
RE: [TIPS] Variables can be nested! - sebastian - 2014-03-20, 12:10
RE: [TIPS] Variables can be nested! - mcb30 - 2014-03-20 13:27
RE: [TIPS] Variables can be nested! - sebastian - 2014-03-20, 13:37
RE: [TIPS] Variables can be nested! - sebastian - 2014-04-26, 00:44
|
User(s) browsing this thread: 2 Guest(s)