Results 1 to 3 of 3

Thread: Always Encrypted - Importing Certificates for each workstation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Always Encrypted - Importing Certificates for each workstation

    Hi Friedrich,

    I don't know if you've seen the thread in Clarion10 (and clc) subject
    'Encrypted MS SQL columns'
    about how to get the new SQL Server "Always Encrypted" feature working
    in Clarion?

    Well with Guennadi and Federico's help we've got it working.

    Part of the way it works requires the creation of certificates (either
    in an Azure account or [more likely] in the local certificate store)
    When you distribute the database and application you then need to
    export those encryption certificates and import them onto each
    workstation

    https://www.mssqltips.com/sqlservert...client-access/

    Is this something that SetupBuilder can (or could) automate?

    Graham

  2. #2

    Default Re: Always Encrypted - Importing Certificates for each workstation

    Hi Graham,

    I think the MS certutil.exe command line tool can export and import
    certificates. Perhaps you can call this from within SetupBuilder to
    automate it? But I don't know if certutil can be redistributed?!

    Friedrich

  3. #3

    Default Re: Always Encrypted - Importing Certificates for each workstation

    Thanks Friedrich,

    I'll do some digging re certutil.
    I guess with GDPR around the corner it may be an issue for lots of
    people.

    Graham

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •