#1526 prosodyctl cert import with full path to fullchain.pem
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Priority-Medium
Milestone-0.11
Type-Defect
Zash
on
What steps will reproduce the problem?
1. prosodyctl cert import example.com /path/to/example.com/fullchain.pem
What is expected?
import fullchain.pem and privkey.pem
What happens instead?
imports fullchain.pem as both cert and key
Please provide any additional information below.
This was never intended behavior, yet users do this all the time.
What steps will reproduce the problem? 1. prosodyctl cert import example.com /path/to/example.com/fullchain.pem What is expected? import fullchain.pem and privkey.pem What happens instead? imports fullchain.pem as both cert and key Please provide any additional information below. This was never intended behavior, yet users do this all the time.
https://hg.prosody.im/0.11/rev/fcf7f50ccdd0
Changes