Project

General

Profile

Actions

Bug #9347

closed

Domain SAN list displays "Key Algorithm: HMAC-MD5, API Endpoint: portal.nexcess.net"

Added by Isaac McDonald about 5 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
Category:
ACME
Target version:
-
Start date:
02/22/2019
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:

Description

The domain SAN list displays "Key Algorithm: HMAC-MD5, API Endpoint: portal.nexcess.net" regardless of the update method selected. See attached screenshot.

Steps to reproduce:
1. Navigate to services ---> Acme Certificates
2. Click Add
3. Enter a name for the certificate and a supply a domain name in the SAN list.
4. Leave the method at the default "webroot local folder"
5. Click Save
6. Click on the pencil next to the certificate you just created to view its properties
7. Note that the SAN list displays Key Algorithm: HMAC-MD5, API Endpoint: portal.nexcess.net regardless of the method chosen in step 4.


Files

acme2.jpg (127 KB) acme2.jpg Screenshot Isaac McDonald, 02/22/2019 11:00 AM
Actions #1

Updated by Jim Pingle about 5 years ago

  • Assignee set to Jim Pingle
  • Priority changed from Normal to Very Low

This happens because those options have drop-down selectors without a 'none' option (since it's required for their respective DNS types), and they get submitted even though they are hidden from view.

It should be possible to filter the irrelevant options out. I'll take a look.

Actions #2

Updated by Jim Pingle about 4 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

This should be better in ACME package version 0.6.5. I added default values for those fields which are set to 'none' which do not get stored on save.

Fixing older entries is not so easy, but possible:

  • Edit the entry
  • Switch the method to nsupdate, then select 'None' for the Key Algorithm
  • Switch the method to NW API, then select 'None' for the API Endpoint
  • Switch the method back to whichever value it was originally and make sure the expected values are still present
  • Save
Actions #3

Updated by Jim Pingle about 4 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF