创建CSR时出错 [英] Error while creating a CSR

查看:996
本文介绍了创建CSR时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在使用OpenSSL命令行工具创建自签名证书期间,遇到错误

During the creation of self-signed certificate using OpenSSL command line tool, i'm encountered with an error

首先,我创建了一个私钥

First I created a private key

openssl genrsa -out MyKey1.key 2048

创建CSR时出现错误

openssl req -new -out MyCert1.req -key MyKey1.key -subj /CN=Description of the Server

错误是

problem creating object tsa-policy1=1.2.3.4.1

5364:error:08064066:object identifier routines:OBJ_create:pid exists:crypto\objects\obj_dat.c:689:

我这里缺少什么吗?

推荐答案

  1. 关闭当前的cmd窗口并打开新的cmd窗口.

  1. Close the current cmd window and open new cmd window.

从第二个"req"步骤继续.

Continue from the second "req" step.

这篇关于创建CSR时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆