]
Jeff Mesnil updated WFCORE-4022:
--------------------------------
Fix Version/s: 6.0.0.CR2
(was: 6.0.0.CR1)
The key-store obtain-certificate operation currently fails with
"Parameter 'type' may not be null"
--------------------------------------------------------------------------------------------------
Key: WFCORE-4022
URL:
https://issues.jboss.org/browse/WFCORE-4022
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Farah Juma
Assignee: Farah Juma
Fix For: 6.0.0.CR2
Currently, executing the {{key-store}} {{obtain-certificate}} operation results in:
{code}
{
"outcome" => "failed",
"result" => undefined,
"failure-description" => "Parameter 'type' may not be
null",
"response-headers" => {"process-state" =>
"reload-required"},
"rolled-back" => true
}
{code}
This is due to a recent Let's Encrypt change where a new challenge type was
introduced but not officially added to the ACME v2 protocol spec yet. The
{{WildFlyAcmeClient}} only needs to be able to handle the "http-01" challenge
type but should be able to handle being presented with many challenge options.