VirtualBox

source: vbox/trunk/src/libs/openssl-3.3.2/demos/sslecho/A-SSL-Docs.txt@ 108358

最後變更 在這個檔案從108358是 108206,由 vboxsync 提交於 5 週 前

openssl-3.3.2: Exported all files to OSE and removed .scm-settings ​bugref:10757

  • 屬性 svn:eol-style 設為 native
  • 屬性 svn:keywords 設為 Author Date Id Revision
檔案大小: 711 位元組
 
1Useful Links:
2
3OpenSSL API Documentation: https://www.openssl.org/docs
4
5Github: https://github.com/openssl/openssl
6
7OpenSSL Wiki: https://wiki.openssl.org/index.php/Main_Page
8
9Original Simple Server: https://wiki.openssl.org/index.php/Simple_TLS_Server
10
11---------------------------------------------------------------
12
13Generate self signed cert and key 'pem' files (good for 10 years):
14
15openssl req -newkey rsa:4096 -x509 -sha256 -days 3650 -nodes -out cert.pem -keyout key.pem
16
17You can just hit carriage returns to accept the default values, except for "Common Name"; you
18should enter 'localhost', or an actual hostname.
19
20The same keys can be used for both communicating instances; same or different machines.
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette