-
-
Save prof3ssorSt3v3/a9677c00c11e4607dce6c200dc3a0473 to your computer and use it in GitHub Desktop.
[req] | |
default_bits= 2048 | |
prompt= no | |
default_md= sha256 | |
distinguished_name = dn | |
[dn] | |
C = CA | |
ST = ON | |
L = Ottawa | |
O = End Point | |
OU = Testing Domain | |
emailAddress = [email protected] | |
CN = localhost |
:-( Not working
#create the private key for the certificate (server.key)
openssl req -new -sha256 -nodes -out server.csr -newkey rsa:2048 -keyout server.key -config <(cat server.csr.cnf)
#generate server.crt
openssl x509 -req -in server.csr -CA ~/ssl/rootCA.perm -CAkey ~/ssl/rootCA.key -CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.ext
unable to find 'distinguished_name' in config
problems making Certificate Request
140735668134856:error:0E06D06C:configuration file routines:NCONF_get_string:no value:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/conf/conf_lib.c:323:group=req name=distinguished_name
PRIVAT-MBP:~ internet$ openssl x509 -req -in server.csr -CA /ssl/rootCA.perm -CAkey internet$/ssl/rootCA.key -CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.ext internet$ openssl x509 -text -in server.crt -noout
error loading the config file 'v3.ext'
PRIVAT-MBP:
Error opening Certificate server.crt
140735668134856:error:02001002:system library:fopen:No such file or directory:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/bio/bss_file.c:255:fopen('server.crt', 'r')
140735668134856:error:20074002:BIO routines:FILE_CTRL:system lib:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/bio/bss_file.c:257:
unable to load certificate
PRIVAT-MBP:
:-( Not working
#create the private key for the certificate (server.key)
openssl req -new -sha256 -nodes -out server.csr -newkey rsa:2048 -keyout server.key -config <(cat server.csr.cnf)#generate server.crt
openssl x509 -req -in server.csr -CA ~/ssl/rootCA.perm -CAkey ~/ssl/rootCA.key -CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.extunable to find 'distinguished_name' in config
problems making Certificate Request
140735668134856:error:0E06D06C:configuration file routines:NCONF_get_string:no value:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/conf/conf_lib.c:323:group=req name=distinguished_name
PRIVAT-MBP:~ internet$ openssl x509 -req -in server.csr -CA/ssl/rootCA.perm -CAkeyinternet$/ssl/rootCA.key -CAcreateserial -out server.crt -days 500 -sha256 -extfile v3.ext error loading the config file 'v3.ext' PRIVAT-MBP:internet$ openssl x509 -text -in server.crt -noout Error opening Certificate server.crt 140735668134856:error:02001002:system library:fopen:No such file or directory:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/bio/bss_file.c:255:fopen('server.crt', 'r') 140735668134856:error:20074002:BIO routines:FILE_CTRL:system lib:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.50.3/libressl/crypto/bio/bss_file.c:257: unable to load certificate PRIVAT-MBP:
Did you find a solution?
v3.ext
*server.csr.cnf
ssl-certificate-commands.txt
httpd-conf-edits.txt