分页: 1 / 1
You've Installed It. Now What? -stable packages!
发表于 : 2013-05-11 21:12
由 fanjunfeng
You've Installed It. Now What? -stable packages!
http://undeadly.org/cgi?action=article& ... 0509120042
请问怎么更新到最新稳定版?
Re: You've Installed It. Now What? -stable packages!
发表于 : 2013-05-14 22:25
由 f5b
undeadly这篇文章中提到的是第三方的方法!
官方方法请看
http://www.openbsd.org/faq/faq5.html
http://www.openbsd.org/stable.html
http://www.openbsd.org/anoncvs.html
虽说patch branch和stable branch是有区别的,但最近几个OpenBSD版本实际上patch branch = stable branch
Re: You've Installed It. Now What? -stable packages!
发表于 : 2013-05-15 8:03
由 fanjunfeng
请问:
Installation instructions
Several steps are needed in order to use M:Tier's OpenBSD stable packages, these are listed below:
1) Install the M:Tier certificate
Retrieve the certificate and install it into:
/etc/ssl/pkgca.pem
的
下载的证书是 cert的扩展名,如何生成 pkgca.pem? openbsd 的 而且/etc/ssl/ 目录下面没有 pkgca.pem这个文件。
Re: You've Installed It. Now What? -stable packages!
发表于 : 2013-05-15 10:03
由 f5b
先man ssl
新手建议用官方的release版本的packages玩玩。熟悉基本的操作再玩第三方的。
Re: You've Installed It. Now What? -stable packages!
发表于 : 2013-05-16 7:48
由 hyaska
fanjunfeng 写了:请问:
Installation instructions
Several steps are needed in order to use M:Tier's OpenBSD stable packages, these are listed below:
1) Install the M:Tier certificate
Retrieve the certificate and install it into:
/etc/ssl/pkgca.pem
的
下载的证书是 cert的扩展名,如何生成 pkgca.pem? openbsd 的 而且/etc/ssl/ 目录下面没有 pkgca.pem这个文件。
只需要下载,然后放入/etc/ssl/下面,改名就行了(试试,我没试过)
https://www.sslshopper.com/ssl-converter.html
http://nl.globalsign.com/en/support/ssl ... +commands/
PEM Format
The PEM format is the most common format that Certificate Authorities issue certificates in. PEM certificates usually have extentions such as .pem, .crt, .cer, and .key. They are Base64 encoded ASCII files and contain "-----BEGIN CERTIFICATE-----" and "-----END CERTIFICATE-----" statements. Server certificates, intermediate certificates, and private keys can all be put into the PEM format.