Feature #5350
closedAdd new email probe response
80%
Description
The current email probe follows this behavior:
[email protected] -> /ndn/tlv/domain/sub/user
We want this naming convention for an app:
=> see #note-1[email protected] -> /sub.domain.tlv/@user
Updated by Adam Thieme 9 months ago
Adam Thieme wrote:
The current email probe follows this behavior:
[email protected] -> /ndn/tlv/domain/sub/userWe want this naming convention for an app:
[email protected] -> /sub.domain.tlv/@user
Correction for naming conventions:
Current behavior:
[email protected] ->/ndn/tld/domain/sub/user
Desired behavior for [email protected]:
If /ndn/domain.tld is the issuer/CA:
-> /ndn/domain.tld/[email protected]
If /ndn/sub.domain.tld is the issuer/CA:
-> /ndn/sub.domain.tld/[email protected]
Updated by Davide Pesavento 9 months ago
- Tracker changed from Task to Feature
- Description updated (diff)
Updated by Davide Pesavento 9 months ago
- Status changed from New to Closed
As discussed on gerrit, this can already be done with the following CA configuration:
"name-assignment":
{
"param": "/email"
}