You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.accountPath : Path to LE account details JSON file /home/aral/.small-tech.org/auto-encrypt/test/staging/account.json
99
-
.accountIdentityPath : Path to private key for LE account /home/aral/.small-tech.org/auto-encrypt/test/staging/account-identity.pem
100
-
.certificateDirectoryPath: Path to certificate directory /home/aral/.small-tech.org/auto-encrypt/test/staging/dev.ar.al
101
-
.certificatePath : Path to certificate file /home/aral/.small-tech.org/auto-encrypt/test/staging/dev.ar.al/certificate.pem
102
-
.certificateIdentityPath : Path to private key for certificate /home/aral/.small-tech.org/auto-encrypt/test/staging/dev.ar.al/certificate-identity.pem`)
.accountPath : Path to LE account details JSON file ${os.homedir()}/.small-tech.org/auto-encrypt/test/staging/account.json
99
+
.accountIdentityPath : Path to private key for LE account ${os.homedir()}/.small-tech.org/auto-encrypt/test/staging/account-identity.pem
100
+
.certificateDirectoryPath: Path to certificate directory ${os.homedir()}/.small-tech.org/auto-encrypt/test/staging/dev.ar.al
101
+
.certificatePath : Path to certificate file ${os.homedir()}/.small-tech.org/auto-encrypt/test/staging/dev.ar.al/certificate.pem
102
+
.certificateIdentityPath : Path to private key for certificate ${os.homedir()}/.small-tech.org/auto-encrypt/test/staging/dev.ar.al/certificate-identity.pem`)
103
103
104
104
t.strictEquals(dehydrate(util.inspect(configuration)),dehydratedExpectedInspectionString,'the inspection string is as expected')
0 commit comments