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:
committed by
Facebook Github Bot
parent
1a076f1300
commit
f35ca982bf
@@ -38,7 +38,7 @@ bool generateCertSigningRequest(
|
|||||||
const char* subjectCountry = "US";
|
const char* subjectCountry = "US";
|
||||||
const char* subjectProvince = "CA";
|
const char* subjectProvince = "CA";
|
||||||
const char* subjectCity = "Menlo Park";
|
const char* subjectCity = "Menlo Park";
|
||||||
const char* subjectOrganization = "Sonar";
|
const char* subjectOrganization = "Flipper";
|
||||||
const char* subjectCommon = appId;
|
const char* subjectCommon = appId;
|
||||||
|
|
||||||
X509_REQ* x509_req = X509_REQ_new();
|
X509_REQ* x509_req = X509_REQ_new();
|
||||||
|
|||||||
Reference in New Issue
Block a user