Remove useless tag

Summary: ^

Reviewed By: antonk52

Differential Revision: D49193961

fbshipit-source-id: a51bd8b274a7f6f3bf3cdd7d3ff665430bf7bc3a
This commit is contained in:
Lorenzo Blasa
2023-09-13 04:06:58 -07:00
committed by Facebook GitHub Bot
parent 3292945887
commit 4cdbfff7fb

View File

@@ -212,7 +212,7 @@ const generateCertificateAuthority = async (): Promise<void> => {
if (!(await fs.pathExists(getFilePath('')))) {
await fs.mkdir(getFilePath(''), {recursive: true});
}
console.log('Generating new CA', logTag);
console.log('Generating new CA');
await openssl('genrsa', {out: caKey, '2048': false});
await openssl('req', {
new: true,