#1526 prosodyctl cert import with full path to fullchain.pem
Reporter
Zash
Owner
Zash
Created
Updated
Stars
★ (1)
Tags
Milestone-0.11
Status-Fixed
Type-Defect
Priority-Medium
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