Ok, app request data with certificate to app server?

|
Jaschar 2022-06-25 14:00:34
JorgeXYZPT 2022-06-25 13:58:18
but, if publish my app on server production without certificante on server dont work

The certificate is mendatory for the encryption. Can you ask operation to deploy a encryption certificate to production?

Bcgggfyjg 2022-06-25 14:01:24
Recruitment of part-time staff, interested friends can contact me
GroupHelpBot 2022-06-25 14:01:25
Bcgggfyjg [5492343438] In order to be accepted in the group, please set up a username.
Action: Muted 🔇
JorgeXYZPT 2022-06-25 14:02:18
Jaschar 2022-06-25 14:00:34
The certificate is mendatory for the encryption. Can you ask operation to deploy a encryption certificate to production?

i didnt understand

JorgeXYZPT 2022-06-25 14:02:29
operation?
JorgeXYZPT 2022-06-25 14:03:32
always encrypted create personal certificate…
if deploy app withou certificate dont work, ony work if import certificate on app server
Jaschar 2022-06-25 14:03:55
Who is managing the production server? In my company it is IT-operation.
JorgeXYZPT 2022-06-25 14:03:57
if i import certificate, all user have acess
JorgeXYZPT 2022-06-25 14:04:21
Jaschar 2022-06-25 14:03:55
Who is managing the production server? In my company it is IT-operation.

I

Jaschar 2022-06-25 14:05:17
The certificate must be imported in the key store of the jvm which run the app server.
JorgeXYZPT 2022-06-25 14:06:09
Jaschar 2022-06-25 14:05:17
The certificate must be imported in the key store of the jvm which run the app server.

ok, app request data with certificate to app server?

JorgeXYZPT 2022-06-25 14:07:04
where to get an example? this example use certificate generated with always encrypted sql?
Jaschar 2022-06-25 14:07:25
OK how is your architecture structure?
JorgeXYZPT 2022-06-25 14:07:59
architecture? hibernate for example?
Jaschar 2022-06-25 14:08:59
Which kind of Components do you use and how they are connected?
JorgeXYZPT 2022-06-25 14:10:38
<Resource name=”jdbc/BDAE” auth=”Container” type=”javax.sql.DataSource” username=”username” password=”password” url=”jdbc:sqlserver://servertest;database=BDAE;domain=test;integratedSecurity=true;columnEncryptionSetting=Disabled” />
JorgeXYZPT 2022-06-25 14:10:40
this?
JorgeXYZPT 2022-06-25 14:14:00
Java 8 with hibernate?
Jaschar 2022-06-25 14:18:36
Which of your components is using the database?
JorgeXYZPT 2022-06-25 14:20:25
grrrr
|