Lantronix EDS1100 Linux SDK - User Guide - Page 57

s2e-ssl, DSA Private Key

Page 57 highlights

10 Sample Applications The keys are OpenSSH PEM. Format as follows:  RSA Private Key: -----BEGIN RSA PRIVATE KEY----MIICWgIBAAKBgQCpcN0ROVbOHydDuE3/kKeS/DNq6CUEKLhZM7z/R8p7dGUwWirX ... dE+IapyOCaRMfKPJftWUkb4/H1KEAVpfRZKFeK+Q -----END RSA PRIVATE KEY---- DSA Private Key: -----BEGIN DSA PRIVATE KEY----MIIBuwIBAAKBgQC89M2rttMbT5azCaxmY0szUPWlWK1T2Z2ewihJ68PoS/wqNPun ... FyuhK3qSn3cvdvDoUdQ4 -----END DSA PRIVATE KEY----- s2e-ssl The s2e-ssl program demonstrates serial to Ethernet tunneling with ssl. Note that this program requires a large amount of memory, so you have to reduce memory usage which is used by any other applications. Figure 10-6. Serial-To-Ethernet Tunnel Setup Screen with SSL To setup a serial to Ethernet tunnel with SSL server mode, you have to set SSL server keys at SSL Setup Screen. Linux Software Developers Kit (SDK) User Guide 57

  • 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

10 Sample Applications
Linux Software Developers Kit (SDK) User Guide
57
The keys are OpenSSH PEM. Format as follows:
RSA Private Key:
-----BEGIN RSA PRIVATE KEY-----
MIICWgIBAAKBgQCpcN0ROVbOHydDuE3/kKeS/DNq6CUEKLhZM7z/R8p7dGUwWirX
...
dE+IapyOCaRMfKPJftWUkb4/H1KEAVpfRZKFeK+Q
-----END RSA PRIVATE KEY-----
DSA Private Key:
-----BEGIN DSA PRIVATE KEY-----
MIIBuwIBAAKBgQC89M2rttMbT5azCaxmY0szUPWlWK1T2Z2ewihJ68PoS/wqNPun
...
FyuhK3qSn3cvdvDoUdQ4
-----END DSA PRIVATE KEY-----
s2e-ssl
The s2e-ssl program demonstrates serial to Ethernet tunneling with ssl. Note that this program
requires a large amount of memory, so you have to reduce memory usage which is used by any
other applications.
Figure 10-6. Serial-To-Ethernet Tunnel Setup Screen with SSL
To setup a serial to Ethernet tunnel with SSL server mode, you have to set SSL server keys at
SSL Setup Screen.