[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #15 from Michael Osipov --- (In reply to Christopher Schultz from comment #14) > Is there a particular reason to add support directly to tcnative for this? > Why not read the file in Java and pass the password to libtctative as usua

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-10-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #14 from Christopher Schultz --- Is there a particular reason to add support directly to tcnative for this? Why not read the file in Java and pass the password to libtctative as usual? This would not require any changes to libtcnati

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-09-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #13 from Michael Osip

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #12 from Michael Osipov --- (In reply to Christopher Schultz from comment #11) > (In reply to Michael Osipov from comment #8) > > This does not work: > > SCHWERWIEGEND: Parse Fatal Error at line 33 column 44: Externe > > Entityrefer

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-09-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #11 from Christopher Schultz --- (In reply to Michael Osipov from comment #8) > This does not work: > SCHWERWIEGEND: Parse Fatal Error at line 33 column 44: Externe > Entityreferenz "&certPassword;" ist in einem Attributwert nicht z

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile and SSLHostConfig#certificateKeystorePasswordFile

2023-09-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added Summary|Add |Add |SSLHostConfig#

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #10 from Michael Osipov --- (In reply to Mark Thomas from comment #9) > (In reply to Michael Osipov from comment #8) > > > because of https://stackoverflow.com/a/65784393/696632 > > Doesn't that link also offer a solution (an inte

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #9 from Mark Thomas --- (In reply to Michael Osipov from comment #8) > because of https://stackoverflow.com/a/65784393/696632 Doesn't that link also offer a solution (an internal entity) that would work for this use case? -- You

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-07-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #8 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) > Why not just use an XML entity? > > > ]> > ... > ... > ...> > ...> > ...> > ...> > ...> > ...> > > Or, if you really want to use a separate fil

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #7 from Michael Osipov --- So, you guys don't see a need for such a feature? Yeah, we all know that are workarounds/solutions, but they (completely) lack documentation and ease of access. Chris, of course in my I can read the file

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #6 from Remy Maucherat --- (In reply to Christopher Schultz from comment #5) > But... I think the ServiceBindingPropertySource only works with > applications, not with server.xml, right Rémy? These property sources are first and fo

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #5 from Christopher Schultz --- (In reply to Michael Osipov from comment #2) > * From code, this will not work, XML only True, but not really relevant. If you want to re-use passwords (or files), you can do that in your code pretty

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #4 from Michael Osipov --- (In reply to Remy Maucherat from comment #3) > There are property sources to do property replacement in server.xml. For > example: > https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #3 from Remy Maucherat --- There are property sources to do property replacement in server.xml. For example: https://github.com/apache/tomcat/blob/main/java/org/apache/tomcat/util/digester/ServiceBindingPropertySource.java (that's t

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 --- Comment #2 from Michael Osipov --- (In reply to Christopher Schultz from comment #1) > Why not just use an XML entity? > > > ]> > ... > ... > ...> > ...> > ...> > ...> > ...> > ...> > > Or, if you really want to use a separate fil

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from Chr

[Bug 66670] Add SSLHostConfig#certificateKeyPasswordFile

2023-06-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66670 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org -- You are recei