Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 2af578a

Browse files
authored
Updated default appInfo for naming standard
1 parent 8d7542a commit 2af578a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/com/venafi/vcert/sdk/example/TppClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void main(String[] args) throws VCertException, CertificateEncodin
3434
if (zone == null)
3535
zone = "Certificates\\vcert\\";
3636
if (appInfo == null)
37-
appInfo = "My Application 1.0.0.0";
37+
appInfo = "CompanyName AppName";
3838

3939
// Configuration
4040
Config config = Config.builder().connectorType(ConnectorType.TPP).baseUrl(url).appInfo(appInfo)

0 commit comments

Comments
 (0)