V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ahu  ›  全部回复第 13 页 / 共 35 页
回复总数  684
1 ... 9  10  11  12  13  14  15  16  17  18 ... 35  
2015-12-26 21:59:41 +08:00
回复了 neilp 创建的主题 分享创造 世界上最短,最小,最智能的纯 Shell, Let's encrypt
赞一个,收藏了
2015-12-25 17:16:53 +08:00
回复了 sennes 创建的主题 分享发现 HTTP 451
2015-12-25 17:15:00 +08:00
回复了 d1sm 创建的主题 分享创造 FinalSpeed 加速开源
@d1sm 我的基本情况和 @lelsetsuna 一样的,不同的是我 没用成,具体论坛回复了,加 Q 尚未有反应
楼主的理念和我的习惯不太一样。我当时在物色一款好的 TAB 页时看到过不少和楼主类似的,但我觉得:
1 、每次从远程加载一张大图,会影响浏览器使用的顺畅度
2 、没有常用网站,无法提供给使用者更多便捷

于是我自己迫不得已 DIY 了这个:

https://chrome.google.com/webstore/detail/better-new-tab/jnbmmkhjlemohcabaieecgglmanhkomm
2015-12-07 20:35:13 +08:00
回复了 clanned 创建的主题 分享创造 一个快速获取/更新 Let's encrypt 证书的 shell script
@clanned 何不把本文内容设为该项目的 README.md
2015-12-07 20:26:01 +08:00
回复了 clanned 创建的主题 分享创造 一个快速获取/更新 Let's encrypt 证书的 shell script
我就知道会有,好快!
2015-12-06 21:57:59 +08:00
回复了 sparanoid 创建的主题 SSL 让 DV、OV 证书支持 Certificate Transparency
晕死,再测一次又没了 疯掉了
2015-12-06 20:49:38 +08:00
回复了 sparanoid 创建的主题 SSL 为 HTTPS 网站开启 HPKP( Public Key Pinning)
Generating the SPKI Fingerprint 有 3 种方法:

Given the public key pub.key:

openssl rsa -pubout -in pub.key -outform der | \
openssl dgst -sha256 -binary | \
base64
Given the CSR my.csr:

openssl req -noout -in my.csr -pubkey | \
openssl rsa -pubin -outform der | \
openssl dgst -sha256 -binary | \
base64
Or given the PEM-encoded certificate certificate.pem:

openssl x509 -noout -in certificate.pem -pubkey | \
openssl rsa -pubin -outform der | \
openssl dgst -sha256 -binary | \
base64
2015-12-06 16:16:50 +08:00
回复了 sparanoid 创建的主题 SSL 让 DV、OV 证书支持 Certificate Transparency
@sparanoid 奇怪,发完之后又测, ssl default_server 的 OCSP 又 ok 了,但是测其他 vhost ssl 的依旧不 ok ,莫非不支持?
2015-12-06 16:03:47 +08:00
回复了 sparanoid 创建的主题 SSL 让 DV、OV 证书支持 Certificate Transparency
@sparanoid 借这里向你请教关于 nginx 配置 OCSP 的正确姿势>.<
我的网站在 ssllabs 测试中被提示 OCSP 没有开启,但我明明配置了...
我在你网站看到你说 You can also enable OCSP Stapling for multiple server directives. However OCSP Stapling must be first enabled in the default_server directive before it can be enabled on any other directive.

我想了解一下这段话具体的含义,要能举例说明就最好不过了。
实际上我也搜到大概一些说法是 OCSP 必须在 default server 里才有效。而我在我的多个虚机中的确指定了一个 SSL SERVER 为 defaullt_server ,也启用了 OCSP 。但在 ssllabs 测试它,就是提示未开启...
2015-12-05 20:58:40 +08:00
回复了 honkew 创建的主题 PHP 基于 webrtc 的浏览器 p2p 技术
2015-11-27 17:11:48 +08:00
回复了 ghw 创建的主题 SSL 我的 Let's Encrypt 证书也下来了
很好,感谢 @ghw 我的也搞定了
2015-11-17 20:35:44 +08:00
回复了 drw2w 创建的主题 GoPro 请问手持云台哪家强? gopro 用
@c742435 http://v.qq.com/tech/ 拖到下面 原创 还在第一条
2015-11-17 12:20:52 +08:00
回复了 drw2w 创建的主题 GoPro 请问手持云台哪家强? gopro 用
腾讯搞机零距离刚出了一期硬广...
2015-11-12 18:29:33 +08:00
回复了 ahu 创建的主题 分享发现 发现一个新的加密通讯 im 工具
@feiandxs 恕我孤陋寡闻...
2015-11-05 23:02:56 +08:00
回复了 tms 创建的主题 SSL 试了试用 Let's Encrypt 签了一张证书,真的有前途?
发现 winXP 下系统还不认 Lets 证书,楼主网站打不开...
2015-11-05 22:49:18 +08:00
回复了 ahu 创建的主题 SSL Let's Encrypt 测试过不去, Vmbox 貌似也不支持多个 SSL 了
突破万难,最终还是卡在这一步了,官方好像说暂时无法解决...
Error: serverInternal :: The server experienced an internal error :: Error creating new authz
推荐楼主买个 UBNT Unifi AP 这个也超出 300 预算了,但性能应该 ok
2015-11-01 16:22:38 +08:00
回复了 MrGba2z 创建的主题 分享发现 Let's encrypt 内测体验
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-V2cJTN/ConfigArgParse

怎么破?
1 ... 9  10  11  12  13  14  15  16  17  18 ... 35  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2218 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 37ms · UTC 04:58 · PVG 12:58 · LAX 21:58 · JFK 00:58
Developed with CodeLauncher
♥ Do have faith in what you're doing.