File tree 2 files changed +2
-2
lines changed
src/main/java/com/redhat/rhjmc/containerjfr/net/web/http/api/v2
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1271
1271
1272
1272
`409` - A certificate with the same filename already exists in the truststore directory. The body includes the path where the file already exists.
1273
1273
1274
- `500` - The `TRUSTSTORE_DIR ` environment variable is not set, or there is an unexpected error. The body is an error message.
1274
+ `500` - The `SSL_TRUSTSTORE_DIR ` environment variable is not set, or there is an unexpected error. The body is an error message.
1275
1275
1276
1276
###### example
1277
1277
```
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class CertificatePostHandler extends AbstractAuthenticatedRequestHandler {
75
75
private final FileSystem fs ;
76
76
private final Logger logger ;
77
77
78
- private static final String TRUSTSTORE_DIR = "TRUSTSTORE_DIR " ;
78
+ private static final String TRUSTSTORE_DIR = "SSL_TRUSTSTORE_DIR " ;
79
79
80
80
private Function <File , FileOutputStream > outputStreamFunction ;
81
81
private CertificateValidator certValidator ;
You can’t perform that action at this time.
0 commit comments