简体   繁体   English

为Azure云服务启用HTTPS(运行Linux Server的虚拟机)

[英]Enable HTTPS for Azure cloud service (Virtual Machine running Linux Server)

I'm trying to enable HTTPS on my Azure cloud service. 我正在尝试在我的Azure云服务上启用HTTPS。 It doesn't belong to azurewebsites. 它不属于azure网站。 I'm using a self-signed certificate, already generated. 我正在使用已经生成的自签名证书。 Following this guide I encounter a problem: I'm not able to access to the .csdef file to modify WebRole section to create a proper endpoint as described in the guide. 遵循本指南,我遇到一个问题:我无法访问.csdef文件来修改WebRole部分,以按照指南中的说明创建适当的端点。

I would like to know if there's any method to enable HTTPS using self-signed certificates through the Azure Portal. 我想知道是否有任何方法可以通过Azure门户使用自签名证书启用HTTPS。

I tried to open the 443 port naming the endpoint HTTPS, using TCP protocol; 我尝试使用TCP协议打开命名为端点HTTPS的443端口。 unfortunately I notice that modifying the .csdef file instead it's possible to apply the https protocol directly. 不幸的是,我注意到修改.csdef文件可以直接应用https协议。

Can you help me? 你能帮助我吗? I'm kind of stuck at the moment. 我现在有点卡住。

The Service configuration file and Service package were placed in storage. 服务配置文件服务包已放置在存储器中。 With Get Package (REST API) you can retrieve cloud service package that used for deployment before. 使用获取包 (REST API),您可以检索以前用于部署的云服务包。

Also here is a more detailed article: Download Microsoft Azure Cloud Service Package files , hope it do help. 另外,这里还有更详细的文章: 下载Microsoft Azure云服务包文件 ,希望能对您有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Azure中连接到在Linux虚拟机上运行的mysql服务器 - how to connect to a mysql server running on a linux virtual machine in azure 在Windows Server上以Azure虚拟机运行的Linux容器 - Linux Container on Windows Server Running as Azure Virtual Machine 在Windows Azure中运行CentOS Linux的虚拟机上安装MongoDB - Install MongoDB on a virtual machine running CentOS Linux in Windows Azure Kurento-WebRTC在Linux虚拟机Azure服务器上不起作用 - Kurento - WebRTC does not work on linux virtual machine azure server 在Windows上运行Linux虚拟机的建议 - Advice for running Linux Virtual Machine on Windows 如何将在 AWS Linux 上运行的 C websocket 服务器与本地虚拟机上的客户端链接? - How can I link a C websocket server running on AWS Linux with the client on a virtual machine locally? Azure上的Linux虚拟机 - 如何应用IP限制 - Linux Virtual Machine at Azure - how to apply IP restriction 使用Python在Azure中从磁盘创建Linux虚拟机 - Creating a linux virtual machine from disk in azure using python 使用适用于Linux的Azure命令行工具创建虚拟机 - Creating a Virtual machine using Azure command line tool for linux 从 Linux 虚拟机如何检测/识别 Azure 平台 - From Linux Virtual machine how to detect/identify Azure platform
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM