Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4141770
  • 博文数量: 447
  • 博客积分: 1241
  • 博客等级: 中尉
  • 技术积分: 5786
  • 用 户 组: 普通用户
  • 注册时间: 2011-01-27 06:48
个人简介

读好书,交益友

文章分类

全部博文(447)

文章存档

2023年(6)

2022年(29)

2021年(49)

2020年(16)

2019年(15)

2018年(23)

2017年(67)

2016年(42)

2015年(51)

2014年(57)

2013年(52)

2012年(35)

2011年(5)

发布时间:2017-09-29 19:19:46

发现chrome验证证书很严格,必须带有Subject Alternative Name.签发csr时,修改openssl.cnf在req_extetions = v3_req 的节的配置,alt_names添加域名openssl req -new -nodes -keyout server.key -out server.csr -config openssl.cnfSubject Alternative Names 字段 生成公钥 相比之下,还是strongswan.........【阅读全文】

阅读(7540) | 评论(1) | 转发(0)

发布时间:2017-09-25 14:27:34

最近要求研发机器不能上网,我发现项目使用spring boot使用maven引用的jar全在m2目录下,一个一个找,岂不要累死。幸亏有dependency:copy-dependencies插件在pom.xml 加入 <plugin>                .........【阅读全文】

阅读(1524) | 评论(0) | 转发(0)

发布时间:2017-08-08 17:22:59

ubuntu下手工下载源码的nginx问题出现用户上在nginx.conf的首行添加user www-data;修改的配置如下 location / {            #root   html;            #index  index.html index.htm;            inclu.........【阅读全文】

阅读(6612) | 评论(0) | 转发(0)

发布时间:2017-08-08 16:09:53

sudo apt-get purge nginx nginx-common......【阅读全文】

阅读(5214) | 评论(0) | 转发(1)

发布时间:2017-07-14 19:32:44

最近使用yocto给bbb做系统,发现有python,没有pip。看了一下文档,初始化目录 source poky-morty/oe-init-build-env bbb/build 运行bitbake-layers show-layers显示layer                 path                 .........【阅读全文】

阅读(2622) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册