Change CSR subject from sonar to flipper

Summary: This shouldn't have any effect on anything, it doesn't need to be any particular value.

Reviewed By: danielbuechele

Differential Revision: D9944462

fbshipit-source-id: f84c70b3cd18fdfe1d41f07b5b0ede2fdec3f44a
This commit is contained in:
John Knox
2018-09-25 04:45:34 -07:00
committed by Facebook Github Bot
parent 1a076f1300
commit f35ca982bf

View File

@@ -38,7 +38,7 @@ bool generateCertSigningRequest(
const char* subjectCountry = "US";
const char* subjectProvince = "CA";
const char* subjectCity = "Menlo Park";
const char* subjectOrganization = "Sonar";
const char* subjectOrganization = "Flipper";
const char* subjectCommon = appId;
X509_REQ* x509_req = X509_REQ_new();