(userAccount)
| 73 | } |
| 74 | |
| 75 | rootAclFor (userAccount) { |
| 76 | const accountUri = this.accountUriFor(userAccount.username) |
| 77 | return new URL(this.store.suffixAcl, accountUri).toString() |
| 78 | } |
| 79 | |
| 80 | addCertKeyToProfile (certificate, userAccount) { |
| 81 | if (!certificate) { |
no test coverage detected