mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-09 00:55:28 +00:00
- Second server should be called localhost
This commit is contained in:
parent
5a0aa77564
commit
92f880bf47
|
@ -28,7 +28,7 @@ echo "Generating requests"
|
|||
cat sslconf.txt > sslconf_use.txt;echo "CN=PolarSSL Server 1" >> sslconf_use.txt
|
||||
openssl req -config sslconf_use.txt -new -key server1.key -out server1.req
|
||||
|
||||
cat sslconf.txt > sslconf_use.txt;echo "CN=PolarSSL Server 2" >> sslconf_use.txt
|
||||
cat sslconf.txt > sslconf_use.txt;echo "CN=localhost" >> sslconf_use.txt
|
||||
openssl req -config sslconf_use.txt -new -key server2.key -out server2.req
|
||||
|
||||
cat sslconf.txt > sslconf_use.txt;echo "CN=PolarSSL Client 1" >> sslconf_use.txt
|
||||
|
|
Loading…
Reference in a new issue