Hi there, I installed the MATLAB web app server, and deployed test apps, accessed from a different machine with the specific URL provided by the installor and everything works.
Now I would like to enable SSL. I've got a .cert file and installed on the server, but can you help me convert to .pem format and where/how can I find the private key file. FYI, this is a Windows 2019 server.
Thanks
Lucy

3 件のコメント

Dhananjay Hiwase
Dhananjay Hiwase 2021 年 5 月 18 日
編集済み: Dhananjay Hiwase 2021 年 5 月 18 日
Lucy yang your statemment below:
" I installed the MATLAB web app server, and deployed test apps, accessed from a different machine with the specific URL provided by the installor and everything works. "
Please reply to my question below
how did it opened from other machines please reply ?
I am using above link for sharing ,but it works on my Machine only.I get this link after clicking on home page.
Instead of local host how to put our host name?
please reply
Lucy Yang
Lucy Yang 2021 年 5 月 18 日
Replace the localhost with the actual server name, then you would be able to access from a different machine on the same network
Dhananjay Hiwase
Dhananjay Hiwase 2021 年 5 月 20 日
Yes it is working, but on same network,
my group member is sitiing at other city , how he can access it , we are on different network?
Is SSL the only solution for it or using that? or the same can work,
basically I want to share link to my group member and professor who are using their own internet

サインインしてコメントする。

回答 (1 件)

Kojiro Saito
Kojiro Saito 2021 年 5 月 18 日

0 投票

As of R2021a, MATLAB Web App Server currently supports only pem format.
I didn't test by myself, but using OpenSSL, we can convert cert file to pem format.
openssl x509 -inform der -in certificate.cert -out private_key.pem

カテゴリ

ヘルプ センター および File ExchangeMATLAB Web App Server についてさらに検索

製品

リリース

R2021a

質問済み:

2021 年 5 月 17 日

コメント済み:

2021 年 5 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by