{"id":3988,"date":"2025-08-06T13:59:28","date_gmt":"2025-08-06T11:59:28","guid":{"rendered":"https:\/\/www.xlspadlock.com\/?p=3988"},"modified":"2025-11-16T13:39:34","modified_gmt":"2025-11-16T12:39:34","slug":"azure-trusted-signing-exe-xls-padlock-guide","status":"publish","type":"post","link":"https:\/\/www.xlspadlock.com\/es\/azure-trusted-signing-exe-xls-padlock-guide","title":{"rendered":"How to Use Azure Trusted Signing with XLS Padlock: A Step-by-Step Guide"},"content":{"rendered":"<p>In today&#8217;s security-conscious environment, distributing your Excel applications compiled with XLS Padlock requires more than just functionality\u2014it demands trust. Unsigned executable files are frequently met with intimidating warnings from operating systems like Windows Defender SmartScreen, potentially deterring users and undermining the credibility of your work.<\/p>\n\n\n\n<p>This guide provides a <strong>step-by-step tutorial for developers using XLS Padlock to digitally sign their protected Excel applications with Microsoft&#8217;s cheap Azure Trusted Signing service<\/strong>. By doing so, you provide users with confidence that your application is authentic and has not been tampered with.<\/p>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__align-left uagb-block-f6ccfc45 uagb-inline_notice__outer-wrap\"><button class=\"uagb-notice-close-button\" type=\"button\" aria-label=\"Cerrar\"><\/button><span class=\"uagb-notice-title\">Sugerencia<\/span><div class=\"uagb-notice-text\">\n<p>&nbsp;&nbsp;<code><i class=\"fas fa-info-circle fa-2x\"><\/i><\/code> Note that XLS Padlock can also <a href=\"https:\/\/www.xlspadlock.com\/doc\/topics\/code-sign-your-exe-file-digital-signature.htm\/\">digitally sign your EXE files with other means than Azure Trusted Signing<\/a>.<\/p>\n<\/div><\/div>\n\n\n\n<p>Moreover, <strong>if you have no code signing certificate<\/strong> at all, you can still <a href=\"https:\/\/www.xlspadlock.com\/doc\/topics\/how-to-distribute-a-protected-workbook.htm\/\">choose the EXE + application XPLAPP Bundle format in XLS Padlock<\/a>. Thus, your Excel app is still signed and recognized by SmartScreen as secure.<\/p>\n\n\n\n<p>In this article, let\u2019s delve into Azure Trusted Signing.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">1. The Essentials: Prerequisites for Signing<\/h2>\n\n\n\n<p>Before we configure XLS Padlock, it&#8217;s vital to have your Azure environment and local tools ready. This foundational work ensures a smooth integration and prevents common errors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Your Azure Trusted Signing Setup<\/h3>\n\n\n\n<p>This process assumes you have a <strong>fully configured Azure Trusted Signing environment<\/strong>. This is the most crucial prerequisite and involves three key components in your Azure portal:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trusted Signing Account:<\/strong> This is your central hub in Azure for managing certificate profiles. Its name must be globally unique.<\/li>\n\n\n\n<li><strong>Certificate Profile:<\/strong> Created within your account, this profile defines the certificate&#8217;s properties. For software distributed to the public, you&#8217;ll use a &#8220;Public Trust&#8221; profile.<\/li>\n\n\n\n<li><strong>Identity Validation:<\/strong> For Public Trust certificates, Azure requires a thorough validation of your or your organization&#8217;s legal identity. This process is essential for establishing the trustworthiness of your signature and can take some time to complete.<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__align-left uagb-block-a52c0d94 uagb-inline_notice__outer-wrap\"><button class=\"uagb-notice-close-button\" type=\"button\" aria-label=\"Cerrar\"><\/button><span class=\"uagb-notice-title\"><strong>Need help with this part?<\/strong><\/span><div class=\"uagb-notice-text\">\n<p>&nbsp;&nbsp;<code><i class=\"fas fa-rocket fa-2x\"><\/i><\/code> Setting up these Azure resources is a detailed process. Please refer to our <a href=\"https:\/\/www.gdgsoft.com\/faq\/azure-trusted-signing-cost-effective-exe-code-signing\" target=\"_blank\" rel=\"noopener\">dedicated tutorial on how to set up an Azure Trusted Signing account before proceeding.<\/a><\/p>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Required Local Tools \u2699\ufe0f<\/h3>\n\n\n\n<p>You&#8217;ll need three key pieces of software installed on your development machine to connect XLS Padlock to Azure&#8217;s cloud-based service.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Microsoft Azure CLI:<\/strong> The Azure Command-Line Interface (CLI) is the bridge that authenticates your computer with your Azure account. The <code>az login<\/code> command is central to this process.\n<ul class=\"wp-block-list\">\n<li><strong>Action:<\/strong> <a href=\"https:\/\/learn.microsoft.com\/en-us\/cli\/azure\/install-azure-cli\" target=\"_blank\" rel=\"noopener\">Download and install the Azure CLI<\/a> from Microsoft&#8217;s official page.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Microsoft Trusted Signing Client Tools:<\/strong> This package provides the necessary library (<code>Azure.CodeSigning.Dlib.dll<\/code>) that allows traditional signing tools to communicate with the Azure cloud service.\n<ul class=\"wp-block-list\">\n<li><strong>Action:<\/strong> <a href=\"https:\/\/www.google.com\/search?q=https:\/\/www.microsoft.com\/en-us\/download\/details.aspx%3Fid%3D105556\" target=\"_blank\" rel=\"noopener\">Download and install the Trusted Signing Client Tools<\/a>. They are typically installed in a directory like <code>C:\\Users\\YOUR_LOGIN\\AppData\\Local\\Microsoft\\MicrosoftTrustedSigningClientTools\\<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>SignTool.exe:<\/strong> This is Microsoft&#8217;s standard command-line utility for applying digital signatures to files. It&#8217;s included with the Windows SDK.\n<ul class=\"wp-block-list\">\n<li><strong>Action:<\/strong> <a href=\"https:\/\/developer.microsoft.com\/en-us\/windows\/downloads\/windows-sdk\/\" target=\"_blank\" rel=\"noopener\">Download the latest Windows SDK<\/a>. During installation, you must select the <strong>&#8220;Windows SDK Signing Tools for Desktop Apps&#8221;<\/strong> component. A common path for the tool is <code>C:\\Program Files (x86)\\Windows Kits\\10\\bin\\SDK_VERSION\\x64\\signtool.exe<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>\ud83d\udca1XLS Padlock checks for the presence of these tools, so proper installation is the first step to success.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">2. Configuring XLS Padlock for Azure Signing<\/h2>\n\n\n\n<p>With the groundwork laid, you can now instruct XLS Padlock on how to use these tools and connect to your Azure account.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A. Set Tool Paths in XLS Padlock Options<\/h3>\n\n\n\n<p>First, you must tell XLS Padlock where to find <code>SignTool.exe<\/code> and the Azure Dlib extension.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"880\" height=\"495\" src=\"https:\/\/cdn.xlspadlock.com\/20251108182209\/image-38.png\" alt=\"XLS Padlock EXE Code Signing\" class=\"wp-image-3993\" srcset=\"https:\/\/cdn.xlspadlock.com\/20251108182209\/image-38.png 880w, https:\/\/cdn.xlspadlock.com\/20251108182209\/image-38-300x169.png 300w, https:\/\/cdn.xlspadlock.com\/20251108182209\/image-38-768x432.png 768w, https:\/\/cdn.xlspadlock.com\/20251108182209\/image-38-18x10.png 18w\" sizes=\"auto, (max-width: 880px) 100vw, 880px\" \/><\/figure>\n<\/div>\n\n\n<ol class=\"wp-block-list\">\n<li>Open XLS Padlock and navigate to the <strong>Security <\/strong>page. Go to <strong>EXE Code Signing<\/strong>.<\/li>\n\n\n\n<li>Haga clic en el <strong>Global Preferences<\/strong> button.<\/li>\n\n\n\n<li>Enter the full file paths for <code>SignTool.exe<\/code> y <code>Azure.CodeSigning.Dlib.dll<\/code> based on where you installed them in the previous step. For example:\n<ul class=\"wp-block-list\">\n<li><strong>SignTool.exe Path:<\/strong> <code>C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22621.0\\x64\\signtool.exe<\/code> (adjust the version number as needed).<\/li>\n\n\n\n<li><strong>Azure.CodeSigning.Dlib.dll Path:<\/strong> <code>C:\\Users\\YOUR_LOGIN\\AppData\\Local\\Microsoft\\MicrosoftTrustedSigningClientTools\\Azure.CodeSigning.Dlib.dll<\/code> (replace <code>YOUR_LOGIN<\/code> with your Windows username).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Validate with <strong>Cerrar<\/strong>.<\/li>\n<\/ol>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"664\" height=\"496\" src=\"https:\/\/cdn.xlspadlock.com\/20251108182209\/image-39.png\" alt=\"code signing properties\" class=\"wp-image-3994\" srcset=\"https:\/\/cdn.xlspadlock.com\/20251108182209\/image-39.png 664w, https:\/\/cdn.xlspadlock.com\/20251108182209\/image-39-300x224.png 300w, https:\/\/cdn.xlspadlock.com\/20251108182209\/image-39-16x12.png 16w\" sizes=\"auto, (max-width: 664px) 100vw, 664px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">B. Enable Azure Trusted Signing for Your Application<\/h3>\n\n\n\n<p>In the XLS Padlock main window, on the <strong>Security <\/strong>tab, then <strong>EXE Code Signing<\/strong>.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>From the dropdown menu, choose <strong>&#8220;Use Azure Trusted Signing&#8221;<\/strong>.<\/li>\n\n\n\n<li>Optionally, check the box to <strong>&#8220;automatically sign my EXE file&#8221;<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>At this stage, XLS Padlock will use the paths you just configured to check for the required tools. You should see a confirmation message, like a green checkmark \u2705, indicating that <code>SignTool.exe<\/code> and the Dlib extension were found. If you see an error, double-check your installation and the paths you entered in the Global Preferences.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"740\" src=\"https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41-1024x740.png\" alt=\"\" class=\"wp-image-3997\" srcset=\"https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41-1024x740.png 1024w, https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41-300x217.png 300w, https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41-768x555.png 768w, https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41-18x12.png 18w, https:\/\/cdn.xlspadlock.com\/20251108182210\/image-41.png 1087w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">C. Enter Your Azure Account Details \ud83d\udd11<\/h3>\n\n\n\n<p>The final configuration step is to provide your specific Azure Trusted Signing credentials. These fields connect XLS Padlock directly to your certificate profile.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Trusted Signing Account Endpoint:<\/strong> This is the region-specific URL for your Azure Trusted Signing service. You can find this URL on the overview page of your Trusted Signing Account in the Azure portal. It&#8217;s crucial to use the correct regional endpoint.<\/li>\n\n\n\n<li><strong>Trusted Signing Account Name:<\/strong> This is the unique name you gave your Trusted Signing Account when you created it in Azure.<\/li>\n\n\n\n<li><strong>Certificate Profile Name:<\/strong> This is the name of the specific certificate profile (e.g., <code>MyPublicTrustProfile<\/code>) you intend to use for signing your XLS Padlock applications.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"905\" height=\"359\" src=\"https:\/\/cdn.xlspadlock.com\/20251108182210\/certif-profile.png\" alt=\"azure certificate profile\" class=\"wp-image-3999\" srcset=\"https:\/\/cdn.xlspadlock.com\/20251108182210\/certif-profile.png 905w, https:\/\/cdn.xlspadlock.com\/20251108182210\/certif-profile-300x119.png 300w, https:\/\/cdn.xlspadlock.com\/20251108182210\/certif-profile-768x305.png 768w, https:\/\/cdn.xlspadlock.com\/20251108182210\/certif-profile-18x7.png 18w\" sizes=\"auto, (max-width: 905px) 100vw, 905px\" \/><\/figure>\n<\/div>\n\n\n<p>\u2139\ufe0f Accurately filling in these three fields is essential for the signing operation to succeed.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">3. The Final Steps: Authenticate and Compile<\/h2>\n\n\n\n<p>With the configuration complete, the process of signing your application is now beautifully streamlined.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">A. Authenticate Your Session with <code>az login<\/code><\/h3>\n\n\n\n<p>Before compiling, you must authenticate your current command-line session with Azure. <strong>This is not a one-time step.<\/strong> Authentication tokens expire, so you&#8217;ll need to do this periodically.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Open a command-line tool like <strong>Windows Terminal<\/strong>, <strong>PowerShell<\/strong>, or <strong>Command Prompt<\/strong>.<\/li>\n\n\n\n<li>Run the command: <code>az login<\/code><\/li>\n\n\n\n<li>This command will launch your default web browser, asking you to log in to the Microsoft account associated with your Azure Trusted Signing subscription.<\/li>\n\n\n\n<li>Once you successfully log in, you can close the browser tab. Your command-line session is now authenticated.<\/li>\n<\/ol>\n\n\n\n<p>XLS Padlock relies on this active session to perform the signing. If the signing process fails with an authentication error, the first thing to check is whether you need to re-run <code>az login<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">B. Compile and Sign Your Workbook<\/h3>\n\n\n\n<p>This is the easy part! XLS Padlock handles all the complex command-line work for you.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Ensure you have completed all the configuration steps and have an active Azure session from <code>az login<\/code>.<\/li>\n\n\n\n<li>In XLS Padlock, compile your protected workbook into an <code>.EXE<\/code> application as you normally would.<\/li>\n<\/ol>\n\n\n\n<p>Behind the scenes, XLS Padlock will automatically call <code>SignTool.exe<\/code>, passing the necessary parameters from the UI and using the Azure Dlib extension to communicate with the cloud service.<\/p>\n\n\n\n<p>\ud83d\udc49 The resulting <code>.EXE<\/code> file will be digitally signed with your trusted certificate.<\/p>\n\n\n\n<p><strong>Verify Your Signature:<\/strong> After compiling, right-click your new <code>.EXE<\/code> file, select <strong>Properties<\/strong>, and go to the <strong>Digital Signatures<\/strong> tab. You should see your signature listed. This is the ultimate confirmation that the process worked.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">4. Troubleshooting and Best Practices<\/h2>\n\n\n\n<p>If you encounter issues, here are some common problems and their solutions.<\/p>\n\n\n\n<div class=\"wp-block-uagb-inline-notice uagb-inline_notice__align-left uagb-block-cbd6ce78 uagb-inline_notice__outer-wrap\"><button class=\"uagb-notice-close-button\" type=\"button\" aria-label=\"Cerrar\"><\/button><span class=\"uagb-notice-title\">Sugerencia<\/span><div class=\"uagb-notice-text\">\n<p>&nbsp;&nbsp;<code><i class=\"fas fa-info-circle fa-2x\"><\/i><\/code> XLS Padlock stores signing errors in the compilation log (in the same folder as your Excel workbook source file).<\/p>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Common Problems<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>&#8220;SignTool.exe or Dlib not found&#8221; Error:<\/strong> This means the paths in XLS Padlock&#8217;s options are incorrect or the tools aren&#8217;t installed properly. Revisit Section 1 to verify installations and Section 2.A to confirm the paths are correct.<\/li>\n\n\n\n<li><strong>Authentication or Access Denied Errors:<\/strong> This is the most frequent issue.\n<ul class=\"wp-block-list\">\n<li>Make sure you ran <code>az login<\/code> successfully before trying to compile.<\/li>\n\n\n\n<li>Confirm you logged in with the Azure account that has the <strong>&#8220;Trusted Signing Certificate Profile Signer&#8221;<\/strong> role assigned for the certificate profile you are using. This permission is mandatory.<\/li>\n\n\n\n<li>Check that your Azure subscription is active.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Incorrect Endpoint, Account, or Profile Name:<\/strong> A simple typo in these fields will cause the connection to fail. Carefully compare the values entered in the XLS Padlock UI with the actual values in your Azure portal. Remember to use the correct regional endpoint URL.<\/li>\n\n\n\n<li><strong>Identity Validation Incomplete:<\/strong> Your certificate profile cannot be used for signing until the linked identity validation is approved by Microsoft. Check its status in the Azure portal.<\/li>\n\n\n\n<li><strong>Firewall or Proxy Blocks:<\/strong> If you&#8217;re on a corporate network, a firewall might be blocking the connection to <code>*.codesigning.azure.net<\/code>. Ensure that outbound HTTPS traffic on port 443 is allowed to this endpoint.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Best Practices for Success<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Always <code>az login<\/code>:<\/strong> Make it a habit to run <code>az login<\/code> before a signing session, especially if it&#8217;s been a while.<\/li>\n\n\n\n<li><strong>Keep Tools Updated:<\/strong> Periodically check for new versions of the Azure CLI, Trusted Signing Client Tools, and the Windows SDK.<\/li>\n\n\n\n<li><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s security-conscious environment, distributing your Excel applications compiled with XLS Padlock requires more than just functionality\u2014it demands trust. Unsigned executable files are frequently met &#8230; <a title=\"How to Use Azure Trusted Signing with XLS Padlock: A Step-by-Step Guide\" class=\"read-more\" href=\"https:\/\/www.xlspadlock.com\/es\/azure-trusted-signing-exe-xls-padlock-guide\" aria-label=\"Leer m\u00e1s sobre How to Use Azure Trusted Signing with XLS Padlock: A Step-by-Step Guide\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":2,"featured_media":4003,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[13],"tags":[113,115,62,114,118,117,116,95,120,119,70],"class_list":["post-3988","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorial","tag-azure-trusted-signing","tag-code-signing","tag-compile-excel-to-exe","tag-digital-signature","tag-excel-application-security","tag-protect-excel-workbook","tag-sign-exe","tag-signtool","tag-software-publishing","tag-windows-smartscreen","tag-xls-padlock"],"uagb_featured_image_src":{"full":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature.webp",1536,1024,false],"thumbnail":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature-150x150.webp",150,150,true],"medium":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature-300x200.webp",300,200,true],"medium_large":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature-768x512.webp",768,512,true],"large":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature-1024x683.webp",1024,683,true],"1536x1536":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature.webp",1536,1024,false],"2048x2048":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature.webp",1536,1024,false],"trp-custom-language-flag":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature-18x12.webp",18,12,true],"betterdocs-category-thumb":["https:\/\/cdn.xlspadlock.com\/20251108182210\/azure-trusted-signing-feature.webp",360,240,false]},"uagb_author_info":{"display_name":"G.D.G. Software","author_link":"https:\/\/www.xlspadlock.com\/es\/author\/gdgsoft"},"uagb_comment_info":0,"uagb_excerpt":"In today&#8217;s security-conscious environment, distributing your Excel applications compiled with XLS Padlock requires more than just functionality\u2014it demands trust. Unsigned executable files are frequently met ... Read More","_links":{"self":[{"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/posts\/3988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/comments?post=3988"}],"version-history":[{"count":0,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/posts\/3988\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/media\/4003"}],"wp:attachment":[{"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/media?parent=3988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/categories?post=3988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.xlspadlock.com\/es\/wp-json\/wp\/v2\/tags?post=3988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}