D-Link DSA 5100 Product Manual - Page 42

User Authentication>Upload File, Private Key, Certification - reset

Page 42 highlights

Using the Configuration Utility (continued) User Authentication>Upload File Private Key/ Certification: The DSA-5100 allows the user to upload certification. (The key must be in key format and the certificate must be in certificate format.) File Name: Enter the filename of the logon Web page or click Browse to browse for the file on your local PC. Use default page: Click to recover the factory default setting of the logon interface. Submit: Click to begin uploading the page. Preview: After the upload is completed, click Preview (at the bottom of the page) to preview the user-defined logon interface. HTML codes: The user-defined login interface must include the following HTML code to provide a channel for the user to key in the username and password: 42

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93

4
2
Using the Configuration Utility (continued)
User Authentication>Upload File
Private Key/
Certification:
The DSA-5100
allows the user to
upload
certification.
(The
key must be in
key
format and the
certificate must be
in certificate format.)
Enter the filename
of the logon Web
page or click
Browse
to browse
for the file on your
local PC.
File Name:
Use default page:
Click to recover the factory default setting of the logon interface.
Submit:
Click to begin uploading the page.
Preview:
After the upload is completed, click Preview (at the bottom of the page) to preview the
user-defined logon interface.
The user-defined login interface must include the following HTML code to provide a
channel for the user to key in the username and password:
<form action=”userlogin.shtml” method=”post” name=”Enter”>
<input type=”text” name=”myusername”>
<input type=”password” name=”mypassword”>
<input type=”submit” name=”submit” value=”Enter”>
<input type=”reset” name=”clear” value=”Clear”>
</form>
HTML codes: