Renewing a self-signed certificate in SBS 2003

简介:

Five years ago, I was a relatively early adopter of Microsoft Small Business Server (SBS) 2003. One of the servers I set up back then is still going strong today. However, the self-signed certificate that the server uses for SSL transactions was set to expire five years after creation, and we just reached that mark.

The easiest way to change the expiration date for your server’s SSL certificate is to re-run the CEICW. When you get to the page asking about the web certificate, create a new one:

CEICW page

Obviously what you put in the “Web server name” box should match what you had there before – the external hostname of your server. SBS will generate a new certificate, whose expiration date will be five years in the future.

Because third-party SSL certificates from GoDaddy and others are so inexpensive these days, there is little reason to continue using self-signed certificates in SBS. However, if you want to stick with a self-signed cert for more than five years, now you know how

http://davidschrag.com/schlog/407/renewing-a-self-signed-certificate-in-sbs-2003

 

Note: keep in mind that make sure the other configuration (firewall, network connection) as default don't change anything except the certificate. 



本文转自 zhangfang526 51CTO博客,原文链接:http://blog.51cto.com/zhangfang526/1403930

相关文章
|
11月前
|
网络安全 Python
There was a problem confirming the ssl certificate
There was a problem confirming the ssl certificate
233 0
|
开发工具 git
TLS certificate verification has been disabled
TLS certificate verification has been disabled
1457 0
TLS certificate verification has been disabled
|
4月前
|
Shell 网络安全 开发工具
【已解决】SSL certificate problem: self signed certificate
SSL certificate problem: self signed certificate
142 2
|
网络安全 PHP
cURL error 60: SSL certificate problem: self signed certificate in certificate
一、问题 cURL error 60: SSL certificate problem: self signed certificate in certificate chain - 服务器http302 出现这个一般是自签名证书的问题
2981 0
Get “https://npm.taobao.org/mirrors/node/latest/SHASUMS256.txt“: tls: failed to verify certificate:
Get “https://npm.taobao.org/mirrors/node/latest/SHASUMS256.txt“: tls: failed to verify certificate:
|
安全 网络安全 PHP
解决SSL routines:ssl3_get_server_certificate:certificate verify failed
解决SSL routines:ssl3_get_server_certificate:certificate verify failed
582 0
|
5月前
|
安全 网络安全
Peer's certificate issuer has been marked as not trusted by the user. 是什么原因导致的
"Peer's certificate issuer has been marked as not trusted by the user" 是一个SSL/TLS错误消息,通常出现在与安全连接的服务器进行握手时。这个错误消息表示用户将证书颁发机构(Certificate Authority,CA)标记为不受信任。 这种情况可能有以下几个原因: 1. 证书过期:证书有一个有效期限,如果证书已经过期,浏览器会将其标记为不受信任。 2. 证书颁发机构不受信任:浏览器内置了一些受信任的证书颁发机构列表,如果服务器使用的证书颁发机构不在该列表中,浏览器会将其标记为不受信任。 3. 自签名证书:如
1288 0
|
网络安全 开发工具 git
git SSL certificate problem: unable to get local issuer certificate
git SSL certificate problem: unable to get local issuer certificate
305 1
|
网络安全
ssl.SSLError [SSL CERTIFICATE_VERIFY_FAILED] certificate verify failed
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
220 0
|
网络安全
unable to verify the first certificate
unable to verify the first certificate
674 0