Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 4.8 KB

购买域名+服务器+部署服务器+实现ssl协议.md

File metadata and controls

71 lines (62 loc) · 4.8 KB
title date tags layout
购买域名+服务器+部署服务器+实现ssl协议
2016-10-09 07:15:00 -0700
draft

纪录部署busihacker.com的一些问题

两条a记录主要是为了负载均衡吧? 常用域名记录解释:A记录、MX记录、CNAME记录、TXT记录、AAAA记录、NS记录 如何建立个人网站? [新手教程:建立网站的全套流程与详细解释](http://yihui.name/cn/2009/06/how-to-build-a -website-as-a-dummy/) 2014年网站SEO常见作弊方法详细解析 Godaddy注册商域名修改DNS地址 管理DNS 个人godaddy域名备案解决方案 godaddy 对域名的所有权以及备案问题。 免费的是最贵的免费域名 如何抢注一个刚刚过期的域名

SSL协议与加密 SSL/TLS协议运行机制的概述 HTTPS 升级指南 PGP加密原理 GPG入门教程 关于pgp RSA算法原理 RSA算法原理 http协议与ssl协议 [TCP三次握手&Render Tree页面渲染=>从输入URL到页面显示的过程?] 不同format的certificate和private/public key

使用startssl认证证书

站点启用https替换http完整步骤(申请StartSSL免费证书,nginx配置) 怎样申请StartSSL免费ssl证书 SSL Certificate Reviews StartSSL申请全过程 让网站拥有免费SSL证书 现在就启用 HTTPS,免费的! how to obtain and install an SSL/TLS certificate for free openssl、x509、crt、cer、key、csr、ssl、tls 这些都是什么鬼? crt csr 谷歌搜索 伪造 证书 谷歌搜索 tornado使用nginx作为反向代理 公钥 私钥 原理 谷歌搜索 rsa pop关系 谷歌搜索 使用Tornado搭建HTTPS网站 How to create HTTPS tornado server SSL和SSH的区别 SSL SSH 谷歌搜索 generating-a-gpg-key generating-an-ssh-key


ipython notebook When using a password, it is a good idea to also use SSL, so that your password is not sent unencrypted by your browser. You can start the notebook to communicate via a secure protocol mode using a self-signed certificate with the command:

$ ipython notebook --certfile=mycert.pem

A self-signed certificate can be generated with openssl . For example, the following command will create a certificate valid for 365 days with both the key and certificate data written to the same file:

$ openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem


远程服务

下一步: 部署到域名进行访问busihacker.com 认证ssl/tls证书 https://<your-domain>:9999